{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "meceware/fullpage-section",
  "title": "FullPage Section",
  "category": "layout",
  "description": "A fullPage vertical scrolling section.",
  "keywords": [
    "fullpage",
    "section",
    "scroll",
    "fullscreen"
  ],
  "textdomain": "fullpage-vertical-horizontal-slider",
  "parent": [
    "meceware/fullpage"
  ],
  "supports": {
    "anchor": false,
    "className": true,
    "html": false,
    "listView": false
  },
  "usesContext": [
    "meceware/fullpage/navigation",
    "meceware/fullpage/verticalAlignment",
    "meceware/fullpage/disableAnchors",
    "meceware/fullpage/scrollBar",
    "meceware/fullpage/scrollOverflow"
  ],
  "attributes": {
    "apiVersion": {
      "type": "string",
      "default": ""
    },
    "id": {
      "type": "number",
      "default": 1
    },
    "uniqueID": {
      "type": "string",
      "default": ""
    },
    "behaviour": {
      "type": "string",
      "default": "full"
    },
    "anchor": {
      "type": "string",
      "default": ""
    },
    "verticalAlignment": {
      "type": "string",
      "default": "default"
    },
    "tooltip": {
      "type": "string",
      "default": ""
    },
    "scrollbars": {
      "type": "boolean",
      "default": true
    },
    "colorNavMain": {
      "type": "string",
      "default": ""
    },
    "colorNavHover": {
      "type": "string",
      "default": ""
    },
    "colorNavActive": {
      "type": "string",
      "default": ""
    },
    "colorTooltipBackground": {
      "type": "string",
      "default": ""
    },
    "colorTooltipText": {
      "type": "string",
      "default": ""
    },
    "colorNavMainTablet": {
      "type": "string",
      "default": ""
    },
    "colorNavHoverTablet": {
      "type": "string",
      "default": ""
    },
    "colorNavActiveTablet": {
      "type": "string",
      "default": ""
    },
    "colorTooltipBackgroundTablet": {
      "type": "string",
      "default": ""
    },
    "colorTooltipTextTablet": {
      "type": "string",
      "default": ""
    },
    "colorNavMainMobile": {
      "type": "string",
      "default": ""
    },
    "colorNavHoverMobile": {
      "type": "string",
      "default": ""
    },
    "colorNavActiveMobile": {
      "type": "string",
      "default": ""
    },
    "colorTooltipBackgroundMobile": {
      "type": "string",
      "default": ""
    },
    "colorTooltipTextMobile": {
      "type": "string",
      "default": ""
    },
    "isVideo": {
      "type": "boolean",
      "default": false
    },
    "bgColor": {
      "type": "string",
      "default": ""
    },
    "bgImg": {
      "type": "string",
      "default": ""
    },
    "bgImgId": {
      "type": "number",
      "default": null
    },
    "bgImgSize": {
      "type": "string",
      "default": "cover"
    },
    "bgImgPosition": {
      "type": "string",
      "default": "center center"
    },
    "bgImgAttachment": {
      "type": "string",
      "default": "scroll"
    },
    "bgImgRepeat": {
      "type": "string",
      "default": "no-repeat"
    },
    "bgImgOpacity": {
      "type": "number",
      "default": 1
    },
    "bgColorTablet": {
      "type": "string",
      "default": ""
    },
    "bgImgTablet": {
      "type": "string",
      "default": ""
    },
    "bgImgIdTablet": {
      "type": "number",
      "default": null
    },
    "bgImgSizeTablet": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgPositionTablet": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgAttachmentTablet": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgRepeatTablet": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgOpacityTablet": {
      "type": "number"
    },
    "bgColorMobile": {
      "type": "string",
      "default": ""
    },
    "bgImgMobile": {
      "type": "string",
      "default": ""
    },
    "bgImgIdMobile": {
      "type": "number",
      "default": null
    },
    "bgImgSizeMobile": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgPositionMobile": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgAttachmentMobile": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgRepeatMobile": {
      "type": "string",
      "default": "inherit"
    },
    "bgImgOpacityMobile": {
      "type": "number"
    },
    "bgVideoType": {
      "type": "string",
      "default": "cloud"
    },
    "bgVideoSource": {
      "type": "array",
      "default": [
        {
          "mp4": {
            "id": "",
            "url": ""
          },
          "ogv": {
            "id": "",
            "url": ""
          },
          "webm": {
            "id": "",
            "url": ""
          },
          "url": ""
        }
      ]
    },
    "bgVideoIsMobile": {
      "type": "boolean",
      "default": false
    },
    "bgVideoLoop": {
      "type": "boolean",
      "default": true
    },
    "bgVideoMute": {
      "type": "boolean",
      "default": true
    },
    "bgVideoAutoPlay": {
      "type": "boolean",
      "default": true
    },
    "bgVideoAlwaysPlay": {
      "type": "boolean",
      "default": false
    },
    "bgVideoExtra": {
      "type": "string",
      "default": ""
    },
    "extensionsParameters": {
      "type": "array",
      "default": [
        {
          "offset-sections": {
            "percentage": 100,
            "centered": true
          }
        }
      ]
    },
    "isSlide": {
      "type": "boolean",
      "default": false,
      "_comment": "Deprecated"
    },
    "slideAutoplay": {
      "type": "boolean",
      "default": false,
      "_comment": "Deprecated"
    },
    "slideAutoplayDelay": {
      "type": "number",
      "default": 10,
      "_comment": "Deprecated"
    }
  },
  "editorScript": [
    "iwideo",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "viewScript": [
    "iwideo"
  ],
  "style": []
}