Property description
The templates property defines how an object type (OT) is displayed in the object view and search results. Templates are made up of different components, which are available in the Components library.
Minimal JSON
{}{
"key": "app_overview",
"templates": {
"main": {
"centerArea": [
{
"componentId": "app_overview#attributes#app_description",
"type": "attributes",
"values": [
"app_description"
]
}
],
"rightArea": [
{
"componentId": "app_overview#component#ownership_business",
"value": "core_ownership_business",
"type": "component"
}
]
}
}
}Example taken from the core_documentation package.
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
main | Configures the object type page, its sections and components. | json | No |
miscellaneous | Configures other object type parameters. | json | No |
objectDetail | Configures the object type’s detail window in e.g., advanced search or right panel in diagrams. | json | No |
search | Defines the subfacets of the object type in a search area (search form). In a nested value array, define the facets using the default facets configuration guide. | json | No |