{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpwing/sticky-block",
  "version": "2.1.0",
  "title": "WPWing Sticky Block",
  "category": "design",
  "keywords": [
    "Sticky",
    "Sticky Block",
    "WPWing"
  ],
  "icon": "sticky",
  "description": "A sticky container block. Drop any blocks inside and they will follow the reader as they scroll — with controls for offset, z-index, scroll direction, mobile breakpoint, and sticky-state styles.",
  "attributes": {
    "topSpace": {
      "type": "integer",
      "default": 0
    },
    "checkForAdmin": {
      "type": "boolean",
      "default": true
    },
    "zIndex": {
      "type": "integer",
      "default": 1
    },
    "scrollDirection": {
      "type": "string",
      "default": "always"
    },
    "stopBefore": {
      "type": "string",
      "default": ""
    },
    "disableOnMobile": {
      "type": "boolean",
      "default": false
    },
    "mobileBreakpoint": {
      "type": "integer",
      "default": 768
    },
    "ariaLabel": {
      "type": "string",
      "default": ""
    },
    "stickyBackground": {
      "type": "string",
      "default": ""
    },
    "stickyShadow": {
      "type": "string",
      "default": "none"
    },
    "stickyPaddingTop": {
      "type": "integer",
      "default": 0
    },
    "stickyTextColor": {
      "type": "string",
      "default": ""
    },
    "fullWidthWhenSticky": {
      "type": "boolean",
      "default": false
    },
    "stickyTransition": {
      "type": "string",
      "default": "none"
    },
    "stickyTransitionDuration": {
      "type": "integer",
      "default": 300
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "wpwing-sticky-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js"
}