{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "woocommerce-paypal-payments/paylater-messages", "version": "1.0.0", "title": "PayPal Pay Later messages", "category": "widgets", "description": "Pay Later", "example": {}, "attributes": { "id": { "type": "string" }, "layout": { "type": "string", "default": "flex" }, "logo": { "type": "string", "default": "inline" }, "position": { "type": "string", "default": "left" }, "color": { "type": "string", "default": "black" }, "flexColor": { "type": "string", "default": "white" }, "flexRatio": { "type": "string", "default": "8x1" } }, "supports": { "html": false }, "textdomain": "woocommerce-paypal-payments", "editorScript": "file:./assets/js/paylater-block.js", "editorStyle": "file:./assets/css/edit.css" }