File "block.json"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/block.json
File size: 1.52 KB
MIME-type: application/json
Charset: utf-8
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/product-summary-field",
"title": "Product summary",
"category": "widgets",
"description": "The product summary.",
"keywords": [
"products",
"summary",
"excerpt"
],
"textdomain": "default",
"attributes": {
"property": {
"type": "string"
},
"align": {
"type": "string"
},
"allowedFormats": {
"type": "array",
"default": [
"core/bold",
"core/code",
"core/italic",
"core/link",
"core/strikethrough",
"core/underline",
"core/text-color",
"core/subscript",
"core/superscript",
"core/unknown"
]
},
"direction": {
"type": "string",
"enum": [
"ltr",
"rtl"
]
},
"label": {
"type": "string"
},
"helpText": {
"type": "string"
},
"content": {
"type": "string",
"__experimentalRole": "content"
}
},
"supports": {
"align": false,
"html": false,
"multiple": true,
"reusable": false,
"inserter": false,
"lock": false
},
"editorStyle": "file:./editor.css",
"usesContext": [
"postType"
]
}