JezK
Edit File: block.json
{ "name": "coblocks/field-select", "category": "layout", "attributes": { "label": { "type": "string", "default": "Select" }, "required": { "type": "boolean", "default": false }, "options": { "type": "array", "default": [] } }, "title": "Select", "textdomain": "coblocks", "editorScript": "blocks-3", "description": "A dropdown field with multiple options where only one choice can be made.", "parent": [ "coblocks/form" ] }