{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/user",
  "version": "1.0",
  "title": "User",
  "category": "mf-select-fields",
  "description": "Select one or several users, filtered by role.",
  "keywords": [
    "user",
    "author",
    "people",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "array",
      "default": []
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "type": "integer"
        }
      }
    },
    "allowedRoles": {
      "type": "array",
      "default": []
    },
    "multiple": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "label": "User"
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}