Commit 00131c48 by sujata

add destils section in rule applictaion

1 parent b0ccbe0f
{
"collectionName": "components_dynamic_zone_rules_lists",
"info": {
"displayName": "RulesList"
"displayName": "RulesList",
"description": ""
},
"options": {},
"attributes": {
......@@ -10,6 +11,11 @@
},
"Description": {
"type": "text"
},
"details": {
"type": "component",
"repeatable": false,
"component": "dynamic-zone.details"
}
}
}
......@@ -437,10 +437,12 @@ export interface DynamicZoneRulesList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_rules_lists';
info: {
displayName: 'RulesList';
description: '';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
details: Schema.Attribute.Component<'dynamic-zone.details', false>;
};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!