{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "gatherpress/dropdown-item", "title": "Dropdown Item", "category": "gatherpress", "icon": "admin-links", "description": "A customizable item for use within the dropdown menu block.", "attributes": { "text": { "type": "string", "default": "" } }, "parent": [ "gatherpress/dropdown" ], "supports": { "color": { "background": true, "text": true }, "html": false, "spacing": { "padding": true, "margin": true } }, "textdomain": "gatherpress", "editorScript": "file:./index.js", "style": "file:./style-index.css" }