Commit c8174fd4 by sujata

card component

1 parent 02361881
{ {
"collectionName": "components_dynamic_zone_cards", "collectionName": "components_dynamic_zone_cards",
"info": { "info": {
"displayName": "card" "displayName": "card",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
......
{ {
"collectionName": "components_layout_card_details", "collectionName": "components_layout_card_details",
"info": { "info": {
"displayName": "card-details" "displayName": "card-details",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
...@@ -14,6 +15,16 @@ ...@@ -14,6 +15,16 @@
"preset": "default" "preset": "default"
}, },
"customField": "plugin::ckeditor5.CKEditor" "customField": "plugin::ckeditor5.CKEditor"
},
"Image": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!