Property description
The main template defines how object pages look like. Templates are made up of different components, which are available in the Components library.
Minimal JSON
{}{
"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 |
|---|---|---|---|
centerArea | Defines the main central part of the object page. | json | No |
rightArea | Defines the right panel on the object page. | json | No |
settings | Configures settings specific to the template using a template settings component. | json | No |