{
  "name": "acf-field/acf-field",
  "title": "ACF field",
  "description": "Displays an ACF field",
  "category": "formatting",
  "icon": "forms",
  "keywords": ["generic", "field", "acf"],
  "textdomain": "field-block-for-acf-pro",
  "acf": {
    "mode": "edit",
    "renderTemplate": "acf-field.php"
  },
  "style": [ "file:./acf-field.css" ],
  "supports": {
    "align": true,
    "anchor": true,
    "color": {
      "link": true
    },
    "position":  {
      "sticky": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }

  },
  "example": []
}