{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/wp/6.3/schemas/json/block.json",
  "apiVersion": 3,
  "name": "omniform/select-group",
  "category": "omniform",
  "title": "Option Group",
  "description": "Group Option blocks under a common label.",
  "textdomain": "omniform",
  "parent": [
    "omniform/select"
  ],
  "ancestor": [
    "omniform/field"
  ],
  "attributes": {
    "fieldLabel": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css"
}