{
  "apiVersion": 3,
  "title": "Sticky Sections",
  "name": "brandy/sticky-sections",
  "category": "brandy-blocks",
  "description": "Scroll-stacking sections that stick and overlap as you scroll down",
  "keywords": [
    "sticky",
    "scroll",
    "stack",
    "sections",
    "pin"
  ],
  "attributes": {
    "coverEffect": {
      "type": "string",
      "default": "scale-fade"
    },
    "sectionHeight": {
      "type": "string",
      "default": "100vh"
    },
    "type": {
      "type": "string",
      "default": "stacked"
    }
  },
  "allowedBlocks": [
    "brandy/sticky-section"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    },
    "interactivity": true
  },
  "render": "file:./render.php",
  "example": {
    "viewportWidth": 1200
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}