{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "klaviyo/klaviyo-checkout-block", "version": "0.1.0", "title": "Klaviyo", "category": "woocommerce", "description": "Klaviyo's marketing consent checkbox.", "supports": { "align": false, "html": false, "multiple": false, "reusable": false, "inserter": false, "lock": false }, "attributes": { "lock": { "type": "object", "default": { "remove": true, "move": true } } }, "parent": [ "woocommerce/checkout-contact-information-block" ], "textdomain": "klaviyo-checkout-block", "editorScript": "file:./index.js", "viewScript": "file:./frontend.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }