File "block.json"

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

{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/product-images-field",
    "title": "Product images",
    "category": "widgets",
    "description": "The product images.",
    "keywords": [
        "products",
        "image",
        "images",
        "gallery"
    ],
    "textdomain": "default",
    "attributes": {
        "mediaId": {
            "type": "number",
            "__experimentalRole": "content"
        },
        "property": {
            "type": "string"
        },
        "multiple": {
            "type": "boolean",
            "default": true
        },
        "images": {
            "__experimentalRole": "content",
            "type": "array",
            "items": {
                "type": "number"
            },
            "default": []
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "editorStyle": "file:./editor.css",
    "usesContext": [
        "postType"
    ]
}