File "block.json"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/notice/block.json
File size: 776 bytes
MIME-type: application/json
Charset: utf-8
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/product-notice-field",
"title": "Product notice field",
"category": "woocommerce",
"description": "A notice field for use in the product editor.",
"keywords": [
"products",
"notice"
],
"textdomain": "default",
"attributes": {
"message": {
"type": "string",
"role": "content"
}
},
"supports": {
"align": false,
"html": false,
"multiple": true,
"reusable": false,
"inserter": false,
"lock": false,
"__experimentalToolbar": false
},
"editorStyle": "file:./editor.css",
"usesContext": [
"postType"
]
}