{
  "apiVersion": 3,
  "title": "Scroll Statement",
  "name": "brandy/scroll-statement",
  "category": "brandy-blocks",
  "description": "Pinned frame whose lines scrub through a focus slot as you scroll",
  "keywords": [
    "scroll",
    "pin",
    "sticky",
    "reveal",
    "statement",
    "stats"
  ],
  "attributes": {},
  "allowedBlocks": [
    "brandy/statement-line"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "blockGap"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "color": {
      "background": true,
      "text": true
    },
    "interactivity": true
  },
  "render": "file:./render.php",
  "example": {
    "viewportWidth": 1200,
    "innerBlocks": [
      {
        "name": "brandy/statement-line",
        "innerBlocks": [
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "1,428 apps",
              "align": "center",
              "fontSize": "fluid-4-xl",
              "style": {
                "typography": {
                  "textAlign": "center"
                }
              }
            }
          }
        ]
      },
      {
        "name": "brandy/statement-line",
        "innerBlocks": [
          {
            "name": "core/paragraph",
            "attributes": {
              "content": "621,500+ screens",
              "align": "center",
              "fontSize": "fluid-4-xl",
              "style": {
                "typography": {
                  "textAlign": "center"
                }
              }
            }
          }
        ]
      }
    ]
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}