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",
|
||||
"info": {
|
||||
"displayName": "Text - Markdown",
|
||||
"displayName": "Paragraph",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"value": {
|
||||
"type": "richtext"
|
||||
},
|
||||
"type": {
|
||||
"type": "enumeration",
|
||||
"enum": [
|
||||
"paragraph",
|
||||
"infobox"
|
||||
],
|
||||
"default": "paragraph",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue