{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "21.0.6",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/section-with-bgvideo",
  "title": "Section (with background YouTube video)",
  "description": "It is a section with a background YouTube video.",
  "category": "smb-section",
  "parent": [
    "DEPRECATED"
  ],
  "attributes": {
    "videoURL": {
      "type": "string",
      "default": "",
      "role": "content"
    },
    "videoWidth": {
      "type": "number",
      "default": 640
    },
    "videoHeight": {
      "type": "number",
      "default": 360
    },
    "contentsAlignment": {
      "type": "string"
    },
    "maskColor": {
      "type": "string"
    },
    "maskGradientColor": {
      "type": "string"
    },
    "maskOpacity": {
      "type": "number",
      "default": 1
    },
    "textColor": {
      "type": "string"
    },
    "contentsWidth": {
      "type": "boolean",
      "default": false
    },
    "contentJustification": {
      "type": "string"
    },
    "itemsAlignment": {
      "type": "string"
    },
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".smb-section__title",
      "default": "",
      "role": "content"
    },
    "subtitle": {
      "type": "string",
      "source": "html",
      "selector": ".smb-section__subtitle",
      "default": "",
      "role": "content"
    },
    "lede": {
      "type": "string",
      "source": "html",
      "selector": ".smb-section__lede",
      "default": "",
      "role": "content"
    },
    "titleTagName": {
      "type": "string",
      "default": "h2"
    },
    "height": {
      "type": "string",
      "default": "fit"
    },
    "disableCustomHeight": {
      "type": "boolean",
      "default": true
    },
    "containerAlign": {
      "type": "string"
    },
    "disableContainerPadding": {
      "type": "boolean",
      "default": false
    },
    "contentsMaxWidth": {
      "type": "string"
    },
    "isSlim": {
      "type": "boolean",
      "default": false
    },
    "backgroundText": {
      "type": "object",
      "default": {
        "text": "",
        "color": "",
        "fontSize": "",
        "fontSizeSlug": "",
        "lineHeight": "",
        "opacity": 0.2,
        "position": {
          "top": null,
          "right": null,
          "bottom": null,
          "left": null
        }
      }
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "spacing": {
      "margin": true
    },
    "layout": {
      "allowSwitching": false,
      "allowEditing": false,
      "allowInheriting": false,
      "default": {
        "type": "constrained"
      }
    },
    "contentRole": true,
    "snowmonkeyeditor": {
      "blockPresets": {
        "ignore": [
          "title",
          "subtitle",
          "lede",
          "backgroundText",
          "videoURL",
          "videoWidth",
          "videoHeight"
        ]
      }
    }
  },
  "editorStyle": "file:./index.css",
  "editorScript": "file:./index.js",
  "viewScript": "file:./script.js"
}