File "block.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy/block.json
File size: 1.56 KB
MIME-type: application/json
Charset: utf-8

{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/product-taxonomy-field",
    "title": "Taxonomy",
    "category": "widgets",
    "description": "A block that displays a taxonomy field, allowing searching, selection, and creation of new items",
    "keywords": [
        "taxonomy"
    ],
    "textdomain": "default",
    "attributes": {
        "slug": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "property": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "label": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "createTitle": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "dialogNameHelpText": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "parentTaxonomyText": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "placeholder": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "help": {
            "type": "string",
            "__experimentalRole": "content"
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "editorStyle": "file:./editor.css",
    "usesContext": [
        "postType",
        "isInSelectedTab"
    ]
}