{
  "apiVersion": 3,
  "title": "Meta Field",
  "name": "b3rg/meta-field",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Display and manage metadata information for posts or pages with ease.",
  "attributes": {
    "selectedMetaField": {
      "type": "string",
      "default": "select_meta"
    },
    "selectedMetaFieldValue": {
      "type": "string",
      "default": ""
    },
    "selectedDateFormat": {
      "type": "string",
      "default": "M j, Y"
    },
    "anchorAppearance": {
      "type": "string",
      "default": "inner"
    },
    "fancyBoxClasses": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "blockClassNames": {
      "type": "array",
      "default": [
        {
          "value": "e-mtf--dlt",
          "label": "Dlt"
        }
      ]
    }
  },
  "usesContext": [
    "postId",
    "postType",
    "dateFormat",
    "anchorAppearance",
    "fancyBoxClasses"
  ],
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "text": false,
      "background": false
    },
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}