36 lines
634 B
JSON
36 lines
634 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "badegg/article",
|
|
"title": "Article Builder",
|
|
"category": "badegg",
|
|
"icon": {
|
|
"src": "format-aside",
|
|
"foreground": "#f58762"
|
|
},
|
|
"description": "A wrapper to contain core blocks",
|
|
"attributes": {
|
|
"container_width": {
|
|
"type": "string",
|
|
"default": 0
|
|
},
|
|
"alignment": {
|
|
"type": "string"
|
|
},
|
|
"padding_top": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"padding_bottom": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"supports": {
|
|
"html": true,
|
|
"color": {
|
|
"background": true,
|
|
"text": false
|
|
}
|
|
}
|
|
}
|