{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "massivedynamic/wpsi-menu", "version": "0.0.1", "title": "WP Social Icons Menu", "category": "widgets", "icon": "networking", "description": "WP Social Icons Menu Block for Gutenberg", "example": {}, "supports": { "html": false }, "attributes": { "orientation": { "type": "string", "enum": [ "horizontal", "vertical" ], "default": "horizontal" }, "alignment": { "type": "string", "enum": [ "left", "center", "right" ], "default": "center" }, "exclude": { "type": "array", "default": [] } }, "textdomain": "wpsi-menu", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "render": "file:./render.php" }