{
  "apiVersion": 2,
  "name": "phenix/logical-block",
  "version": "1.0.0",
  "title": "Logic Content",
  "category": "design",
  "description": "Show and Hide Blocks with Logical Conditions",
  "supports": {
    "html": false,
    "renaming": true,
    "__experimentalOnEnter": true,
    "__experimentalMetadata": true,
    "interactivity": {
      "clientNavigation": true
    }
  },
  "attributes": {
    "metadata": {
      "type": "object",
      "default": {}
    },
    "logic": {
      "type": "object",
      "default": {}
    },
    "preview": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "textdomain": "pds-blocks",
  "editorScript": "file:./index.js"
}