rules-application.json
650 Bytes
{
"collectionName": "components_dynamic_zone_rules_applications",
"info": {
"displayName": "RulesApplication",
"description": ""
},
"options": {},
"attributes": {
"Heading": {
"type": "string"
},
"Subheading": {
"type": "string"
},
"Description": {
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files"
]
},
"RuleList": {
"displayName": "RulesList",
"type": "component",
"repeatable": true,
"component": "dynamic-zone.rules-list"
}
}
}