Commit 00131c48 by sujata

add destils section in rule applictaion

1 parent b0ccbe0f
{ {
"collectionName": "components_dynamic_zone_rules_lists", "collectionName": "components_dynamic_zone_rules_lists",
"info": { "info": {
"displayName": "RulesList" "displayName": "RulesList",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
...@@ -10,6 +11,11 @@ ...@@ -10,6 +11,11 @@
}, },
"Description": { "Description": {
"type": "text" "type": "text"
},
"details": {
"type": "component",
"repeatable": false,
"component": "dynamic-zone.details"
} }
} }
} }
...@@ -437,10 +437,12 @@ export interface DynamicZoneRulesList extends Struct.ComponentSchema { ...@@ -437,10 +437,12 @@ export interface DynamicZoneRulesList extends Struct.ComponentSchema {
collectionName: 'components_dynamic_zone_rules_lists'; collectionName: 'components_dynamic_zone_rules_lists';
info: { info: {
displayName: 'RulesList'; displayName: 'RulesList';
description: '';
}; };
attributes: { attributes: {
Title: Schema.Attribute.String; Title: Schema.Attribute.String;
Description: Schema.Attribute.Text; 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!