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

PropertyDescriptionValuesMandatory
centerAreaDefines the main central part of the object page.jsonNo
rightAreaDefines the right panel on the object page.jsonNo
settingsConfigures settings specific to the template using a template settings component.jsonNo