{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/wp/6.3/schemas/json/block.json",
  "apiVersion": 3,
  "name": "omniform/select",
  "category": "omniform",
  "title": "Select",
  "description": "Create dropdown menus for single or multiple choices.",
  "textdomain": "omniform",
  "ancestor": [
    "omniform/field"
  ],
  "attributes": {
    "fieldPlaceholder": {
      "type": "string"
    },
    "isMultiple": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "dimensions": {
      "minHeight": true,
      "__experimentalDefaultControls": {
        "minHeight": true
      }
    }
  },
  "usesContext": [
    "postId",
    "postType",
    "omniform/fieldGroupName",
    "omniform/fieldGroupLabel",
    "omniform/fieldGroupIsRequired",
    "omniform/fieldLabel",
    "omniform/fieldName",
    "omniform/fieldIsRequired"
  ],
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}