26 lines
380 B
JSON
26 lines
380 B
JSON
{
|
|
"name": "woocommerce/coming-soon",
|
|
"category": "woocommerce",
|
|
"title": "Coming Soon",
|
|
"attributes": {
|
|
"color": {
|
|
"type": "string"
|
|
},
|
|
"storeOnly": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"comingSoonPatternId": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"supports": {
|
|
"color": {
|
|
"background": true,
|
|
"text": true
|
|
},
|
|
"inserter": false
|
|
}
|
|
}
|