{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "animatikon/clipcontainer",
  "version": "1.0.0",
  "title": "Clip Container",
  "category": "animatikon",
  "icon": "smiley",
  "description": "A viewport-wide container that clips overflowing decorative elements at the screen edge, preventing unwanted horizontal scrollbars.",
  "example": {},
  "supports": {
    "html": false,
    "alignWide": true,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "textdomain": "animatikon-scroll-animations-motion-effects",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js",
  "attributes": {
    "blockID": {
      "type": "string",
      "default": ""
    }
  }
}