{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "21.0.6",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/section-break-the-grid",
  "title": "Section (Break the grid)",
  "description": "It is a break the grid section.",
  "category": "smb-section",
  "attributes": {
    "imageID": {
      "type": "number",
      "default": 0
    },
    "imageURL": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-section-break-the-grid__figure > img, .smb-section-break-the-grid__figure > video",
      "attribute": "src",
      "default": ""
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-section-break-the-grid__figure > img",
      "attribute": "alt",
      "default": ""
    },
    "imageWidth": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-section-break-the-grid__figure > img, .smb-section-break-the-grid__figure > video",
      "attribute": "width",
      "default": ""
    },
    "imageHeight": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-section-break-the-grid__figure > img, .smb-section-break-the-grid__figure > video",
      "attribute": "height",
      "default": ""
    },
    "imageMediaType": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "imagePosition": {
      "type": "string",
      "default": "right"
    },
    "imageSize": {
      "type": "string",
      "default": "40"
    },
    "imageMatchHeight": {
      "type": "boolean",
      "default": false
    },
    "imageSizeSlug": {
      "type": "string",
      "default": "full"
    },
    "verticalAlignment": {
      "type": "string",
      "default": "center"
    },
    "contentSize": {
      "type": "string",
      "default": "-20"
    },
    "contentHorizontalPosition": {
      "type": "string",
      "default": "10"
    },
    "contentVerticalPosition": {
      "type": "string"
    },
    "contentBackgroundColor": {
      "type": "string"
    },
    "contentBackgroundOpacity": {
      "type": "number",
      "default": 0.98
    },
    "contentPadding": {
      "type": "string"
    },
    "removeContentOutsidePadding": {
      "type": "boolean",
      "default": false
    },
    "shadowColor": {
      "type": "string"
    },
    "shadowHorizontalPosition": {
      "type": "number",
      "default": 5
    },
    "shadowVerticalPosition": {
      "type": "number",
      "default": 5
    },
    "maskColor": {
      "type": "string"
    },
    "maskGradientColor": {
      "type": "string"
    },
    "maskOpacity": {
      "type": "number",
      "default": 1
    },
    "mobileOrder": {
      "type": "string",
      "default": ""
    },
    "contentsAlignment": {
      "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"
    },
    "wrapperTagName": {
      "type": "string",
      "default": "div"
    },
    "titleTagName": {
      "type": "string",
      "default": "h2"
    },
    "containerAlign": {
      "type": "string"
    },
    "disableContainerPadding": {
      "type": "boolean",
      "default": false
    },
    "backgroundHorizontalPosition": {
      "type": "number",
      "default": 0
    },
    "backgroundVerticalPosition": {
      "type": "number",
      "default": 0
    },
    "isBackgroundNoOver": {
      "type": "boolean",
      "default": false
    },
    "backgroundColor": {
      "type": "string"
    },
    "backgroundGradientColor": {
      "type": "string"
    },
    "backgroundTexture": {
      "type": "string"
    },
    "backgroundTextureOpacity": {
      "type": "number",
      "default": 1
    },
    "backgroundTextureUrl": {
      "type": "string"
    },
    "fixedBackgroundColor": {
      "type": "string"
    },
    "fixedBackgroundGradientColor": {
      "type": "string"
    },
    "fixedBackgroundTexture": {
      "type": "string"
    },
    "fixedBackgroundTextureOpacity": {
      "type": "number",
      "default": 1
    },
    "fixedBackgroundTextureUrl": {
      "type": "string"
    },
    "topDividerType": {
      "type": "string",
      "default": "tilt"
    },
    "topDividerLevel": {
      "type": "number",
      "default": 0
    },
    "topDividerColor": {
      "type": "string",
      "default": "#fff"
    },
    "topDividerVerticalPosition": {
      "type": "number",
      "default": 0
    },
    "topDividerOverlay": {
      "type": "boolean",
      "default": true
    },
    "bottomDividerType": {
      "type": "string",
      "default": "tilt"
    },
    "bottomDividerLevel": {
      "type": "number",
      "default": 0
    },
    "bottomDividerColor": {
      "type": "string",
      "default": "#fff"
    },
    "bottomDividerVerticalPosition": {
      "type": "number",
      "default": 0
    },
    "bottomDividerOverlay": {
      "type": "boolean",
      "default": true
    },
    "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,
      "padding": [
        "top",
        "bottom"
      ]
    },
    "layout": {
      "allowSwitching": false,
      "allowEditing": false,
      "allowInheriting": false,
      "default": {
        "type": "constrained"
      }
    },
    "contentRole": true,
    "snowmonkeyeditor": {
      "blockPresets": {
        "ignore": [
          "title",
          "subtitle",
          "lede",
          "backgroundText",
          "imageID",
          "imageURL",
          "imageAlt",
          "imageWidth",
          "imageHeight",
          "imageMediaType"
        ]
      }
    }
  },
  "editorScript": "file:./index.js"
}