{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "create-block/wpblock-citation", "version": "0.1.0", "title": "Wpblock Citation", "category": "wpblock-blocks", "icon": "smiley", "description": "WPBlock de citation", "supports": { "html": false }, "textdomain": "wpblock-citation", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "citation": { "type": "string", "source": "html", "selector": "h2" }, "author": { "type": "string", "source": "html", "selector": "p" }, "textAlignment": { "type": "string", "default": "left" }, "backgroundColor": { "type": "string", "default": "#322f9c" }, "textColor": { "type": "string", "default": "#fff" } } }