{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tzm/section",
  "title": "Section",
  "category": "design",
  "description": "Display your content in a section block - great for eye-catching headers and sections.",
  "textdomain": "tzm-section-block",
  "attributes": {
    "tagName": {
      "type": "string",
      "default": "section"
    },
    "url": {
      "type": "string"
    },
    "useFeaturedImage": {
      "type": "boolean",
      "default": false
    },
    "id": {
      "type": "number"
    },
    "alt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt",
      "default": ""
    },
    "parallaxMode": {
      "type": "string"
    },
    "isRepeated": {
      "type": "boolean",
      "default": false
    },
    "dimRatio": {
      "type": "number",
      "default": 10
    },
    "overlayColor": {
      "type": "string"
    },
    "customOverlayColor": {
      "type": "string"
    },
    "isUserOverlayColor": {
      "type": "boolean"
    },
    "backgroundType": {
      "type": "string",
      "default": "image"
    },
    "focalPoint": {
      "type": "object"
    },
    "minHeight": {
      "type": "number"
    },
    "minHeightUnit": {
      "type": "string"
    },
    "minHeightSelector": {
      "type": "string"
    },
    "gradient": {
      "type": "string"
    },
    "customGradient": {
      "type": "string"
    },
    "verticalAlignment": {
      "type": "string"
    },
    "isDark": {
      "type": "boolean",
      "default": true
    },
    "dividerTop": {
      "type": "object",
      "default": {
        "shape": "",
        "flipped": false,
        "color": "#ffffff",
        "height": 10
      }
    },
    "dividerBottom": {
      "type": "object",
      "default": {
        "shape": "",
        "flipped": false,
        "color": "#ffffff",
        "height": 10
      }
    },
    "verticalClip": {
      "type": "boolean",
      "default": true
    },
    "allowedBlocks": {
      "type": "array"
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        false
      ]
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "anchor": true,
    "align": true,
    "html": false,
    "shadow": true,
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ],
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "blockGap": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "color": {
      "heading": true,
      "text": true,
      "background": false,
      "__experimentalSkipSerialization": [
        "gradients"
      ],
      "enableContrastChecker": false
    },
    "filter": {
      "duotone": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "layout": {
      "allowJustification": false
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "selectors": {
    "filter": {
      "duotone": ".wp-block-tzm-section > .wp-block-tzm-section__image-background, .wp-block-tzm-section > .wp-block-tzm-section__video-background, .wp-block-tzm-section > parallax-wrapper"
    }
  },
  "editorScript": "tzm-section-block-editor",
  "editorStyle": "tzm-section-block-editor",
  "style": "style-tzm-section-block",
  "script": "view-tzm-section-block"
}