{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "personalizewp-pro/variation",
  "version": "1.0.1",
  "title": "Content Variation",
  "category": "personalizewp",
  "icon": "block-default",
  "description": "A group of one or more blocks that displays different content to the fallback.",
  "parent": [ "personalizewp-pro/variations-block" ],
  "usesContext": [ "personalizewp/isVariationContent" ],
  "supports": {
    "html": false,
    "move": false,
    "multiple": true
  },
  "attributes": {
    "display-conditions": {
      "type": "object"
    }
  },
  "textdomain": "personalizewp",
  "editorScript": "file:./index.js"
}
