{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/custom-fields",
  "title": "Custom Fields",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-tools",
  "usesContext": [
    "combo-blocks/liveMode",
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "pg-custom-fields"
        },
        "styles": {}
      }
    },
    "meta": {
      "type": "object",
      "default": {
        "options": {
          "objectType": "post",
          "objectId": "",
          "meta_key": "",
          "outputAs": "string",
          "outputPrams": {}
        },
        "styles": {}
      }
    },
    "outputPrams": {
      "type": "array",
      "default": []
    },
    "prefix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "prefix"
        },
        "styles": {}
      }
    },
    "postfix": {
      "type": "object",
      "default": {
        "options": {
          "text": "",
          "class": "postfix"
        },
        "styles": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "script": "combo_blocks_scripts",
  "keywords": [
    "post meta",
    "custom field",
    "custom fields",
    "custom fields block",
    "acf fields",
    "acf meta fields",
    "meta fields",
    "custom fields block",
    "post meta block",
    "post meta for wordpress",
    "post meta block for wordpress"
  ],
  "description": "The post meta block provides supplementary information about a blog post, including details like the author, date, and category."
}