Skip to main content
Version: 8.0

Array of modifications usage example

Level: intermediate
diff: /**SCHEMA_DIFF*/[
{
"operation": "insert",
"name": "CardContentWrapper",
"values": {
"id": "CardContentWrapper",
"itemType": Terrasoft.ViewItemType.CONTAINER,
"wrapClass": "card-content-container"],
"items": []
}
},
{
"operation": "insert",
"name": "CardContentContainer",
"parentName": "CardContentWrapper",
"propertyName": "items",
"values": {
"itemType": Terrasoft.ViewItemType.CONTAINER,
"items": []
}
},
{
"operation": "insert",
"name": "HeaderContainer",
"parentName": "CardContentContainer",
"propertyName": "items",
"values": {
"itemType": Terrasoft.ViewItemType.CONTAINER,
"wrapClass": ["header-container-margin-bottom"],
"items": []
}
},
{
"operation": "insert",
"name": "Header",
"parentName": "HeaderContainer",
"propertyName": "items",
"values": {
"itemType": Terrasoft.ViewItemType.GRID_LAYOUT,
"items": [],
"collapseEmptyRow": true
}
}
]/**SCHEMA_DIFF*/