File "block.json"

Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password/block.json
File size: 753 bytes
MIME-type: application/json
Charset: utf-8

{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/product-password-field",
    "description": "A checkbox and an input to type a password to view a product.",
    "title": "Product password",
    "category": "widgets",
    "keywords": [
        "products",
        "password"
    ],
    "textdomain": "default",
    "attributes": {
        "label": {
            "type": "string",
            "__experimentalRole": "content"
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "editorStyle": "file:./editor.css"
}