{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "create-block/xenome",
  "version": "0.1.0",
  "title": "Xenome (poll)",
  "category": "media",
  "icon": "xenome",
  "description": "Make the unfamiliar familiar – Educate, empower and listen to your audience through bite-sized pieces of information and clever feedback mechanisms.",
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "text": false,
      "gradients": true
    },
    "spacing": {
      "padding": true
    }
  },
  "styles": [
    {
      "name": "squared",
      "label": "Squared",
      "isDefault": true
    },
    {
      "name": "rounded",
      "label": "Rounded"
    }
  ],
  "textdomain": "xenome",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "text": {
      "type": "string",
      "source": "attribute",
      "selector": "iframe",
      "attribute": "src"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "shadow": {
      "type": "boolean",
      "default": false
    },
    "shadowOpacity": {
      "type": "number",
      "default": 30
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string",
      "default": "very-light-gray"
    },
    "gradient": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {
        "color": {
          "background": "#000"
        },
        "spacing": {
          "padding": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        }
      }
    }
  }
}