Property description
The object-detail-settings settings type defines layout settings specific to the object type’s detail window.
Minimal JSON
{}{
"area": [],
"settings": {
"type": "object-detail-settings",
"editable": true
}
}Example taken from the core_data_model package.
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | object-detail-settings | string | No |
hide | List of boolean values indicating whether each component should be hidden ("component": true) or visible ("component": false):` fullnessScore: If fullness score is configured for the object type, removes the score from the object detail., workflowStatus: Removes the workflow status. | json | No |
editable | Determines whether the attributes can be edited in the object detail window. | boolean | No |