{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/icon",
  "version": "1.0",
  "title": "Icon",
  "category": "mf-media-fields",
  "description": "Pick an icon from the WordPress icon library or the media library.",
  "keywords": [
    "icon",
    "dashicon",
    "svg",
    "symbol",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "string",
      "default": ""
    },
    "allowMedia": {
      "type": "boolean",
      "default": true
    }
  },
  "example": {
    "attributes": {
      "label": "Icon"
    },
    "viewportWidth": 400
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}