File "block.json"

Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/kadence-blocks-pro/dist/blocks/query/block.json
File size: 512 bytes
MIME-type: application/json
Charset: utf-8

{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Query",
  "name": "kadence/query",
  "category": "kadence-blocks",
  "attributes": {
    "uniqueID": {
      "type": "string"
    },
    "id": {
      "type": "integer",
      "default": 0
    }
  },
  "supports": {
    "html": false,
    "className": true,
    "reusable": false,
    "anchor": false,
    "lock": false,
    "kbMetadata": true
  },
  "providesContext": {
    "queryBlockId": "id",
    "queryId": "id"
  }
}