parent
c61a85e0cd
commit
43be59a361
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"collectionName": "components_content_infoboxes",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Infobox"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"title": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"value": {
|
||||||
|
"type": "richtext"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,22 +1,13 @@
|
|||||||
{
|
{
|
||||||
"collectionName": "components_content_text_markdowns",
|
"collectionName": "components_content_text_markdowns",
|
||||||
"info": {
|
"info": {
|
||||||
"displayName": "Text - Markdown",
|
"displayName": "Paragraph",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"options": {},
|
"options": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "richtext"
|
"type": "richtext"
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"type": "enumeration",
|
|
||||||
"enum": [
|
|
||||||
"paragraph",
|
|
||||||
"infobox"
|
|
||||||
],
|
|
||||||
"default": "paragraph",
|
|
||||||
"required": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue