{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/taxonomy",
  "version": "1.0",
  "title": "Taxonomy",
  "category": "mf-select-fields",
  "description": "Select terms from a taxonomy, and create new ones along the way.",
  "keywords": [
    "taxonomy",
    "term",
    "category",
    "tag",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "array",
      "default": []
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "type": "integer"
        }
      }
    },
    "taxonomy": {
      "type": "string",
      "default": ""
    },
    "allowCreate": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "label": "Taxonomy"
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}