File "block.json"

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

{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/product-checkbox-field",
    "title": "Product checkbox control",
    "category": "woocommerce",
    "description": "A reusable checkbox for the product editor.",
    "keywords": [
        "products",
        "checkbox",
        "input"
    ],
    "textdomain": "default",
    "attributes": {
        "title": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "label": {
            "type": "string"
        },
        "property": {
            "type": "string"
        },
        "tooltip": {
            "type": "string"
        },
        "checkedValue": {
            "type": "string"
        },
        "uncheckedValue": {
            "type": "string"
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "editorStyle": "file:./editor.css",
    "usesContext": [
        "postType"
    ]
}