JezK
Edit File: block.json
{ "name": "coblocks/food-item", "category": "layout", "attributes": { "title": { "type": "string", "source": "html", "selector": ".wp-block-coblocks-food-item__heading", "default": "" }, "description": { "type": "string", "source": "html", "selector": ".wp-block-coblocks-food-item__description", "default": "" }, "price": { "type": "string", "source": "html", "selector": ".wp-block-coblocks-food-item__price span", "default": "" }, "url": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src", "default": "" }, "alt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "focalPoint": { "type": "object" }, "glutenFree": { "type": "boolean" }, "pescatarian": { "type": "boolean" }, "popular": { "type": "boolean" }, "spicy": { "type": "boolean" }, "spicier": { "type": "boolean" }, "vegetarian": { "type": "boolean" }, "vegan": { "type": "boolean" }, "showImage": { "type": "boolean", "default": false }, "showPrice": { "type": "boolean", "default": true }, "headingLevel": { "type": "integer", "default": 4 } }, "title": "Food Item", "textdomain": "coblocks", "description": "A food and drink item within the Food & Drinks block.", "editorScript": [ "coblocks-4" ], "parent": [ "coblocks/food-and-drinks" ] }