{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sfb/swift-meta-field",
  "version": "1.0.0",
  "title": "Swift Meta Field",
  "category": "swift-blocks",
  "icon": "admin-links",
  "description": "Dynamically bind and display ACF field values in your content.",
  "keywords": ["acf", "custom fields", "dynamic", "binding"],
  "textdomain": "swift-fse-blocks",
  "usesContext": [ "postId", "postType" ],
  "supports": {
    "html": false,
    "align": true,
    "alignWide": true,
    "anchor": true,
    "customClassName": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "background": true,
      "text": true,
      "link": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "attributes": {
    "acfField": {
      "type": "string",
      "default": ""
    },
    "acfFieldLabel": {
      "type": "string",
      "default": ""
    },
    "fieldType": {
      "type": "string",
      "default": "text"
    },
    "showLabel": {
      "type": "boolean",
      "default": false
    },
    "customLabel": {
      "type": "string",
      "default": ""
    },
    "imageSize": {
      "type": "string",
      "default": "medium"
    },
    "linkTarget": {
      "type": "string",
      "default": "_self"
    },
    "dateFormat": {
      "type": "string",
      "default": "F j, Y"
    },
    "fallbackText": {
      "type": "string",
      "default": ""
    },
    "fallbackImageId": {
      "type": "number"
    },
    "fallbackImageUrl": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}