woocommerce/plugins/woocommerce-blocks/assets/js/blocks/coming-soon/block.json

21 lines
290 B
JSON

{
"name": "woocommerce/coming-soon",
"category": "woocommerce",
"title": "Coming Soon",
"attributes": {
"color": {
"type": "string"
},
"storeOnly": {
"type": "boolean",
"default": false
}
},
"supports": {
"color": {
"background": false,
"text": true
}
}
}