Property description

The concept_table_template setting configures the columns of a table with object concepts.

Minimal JSON

{
  "key": "concept_table_template"
}
{
  "setting": {
    "key": "concept_table_template",
    "value": {
      "columns": [
        {
          "type": "userRelationTypeKey",
          "value": "core_gestor",
          "title": "title.gestor.column"
        },
        {
          "type": "attributeTypeKey",
          "value": "core_id"
        },
        {
          "type": "relationTypeKey",
          "value": "core_hasLabel"
        }
      ]
    }
  }
}

Nested properties

PropertyDescriptionValueMandatory
keyconcept_table_templatestringYes
valueSpecifies settings values. Supported values are: columns: An array of new columns to be added to the concept table.stringNo

Nested properties for columns

PropertyDescriptionValueMandatory
titleTranslation key of the title. Define the key in translations to specify how the text is displayed in the UI. Unlike the name property, if you use a specific string of text for the title, this text will appear with the package key. For example, Comment Section will be displayed as package_key_comment section.stringNo
typeType of the data displayed as column value. Supported values are: attributeTypeKey: Column will contain specified attribute types., relationTypeKey: Column will contain specified relation types., userRelationTypeKey: Column will contain specified user relation types.stringNo
valueKey of the attribute/relation/user relation type that will be displayed in the column.stringNo