{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/shape-group",
  "version": "0.1.0",
  "title": "CM Shape Group",
  "category": "codemanas-blocks",
  "icon": "smiley",
  "description": "Shape Divide block should be used in groups",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true
    },
    "dimensions": {
      "minHeight": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "layout": {
      "allowVerticalAlignment": true,
      "allowJustification": true
    }
  },
  "textdomain": "cm-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "top": {
      "type": "object",
      "default": {
        "type": "mountains",
        "flip": false,
        "color": "#6EC1E4",
        "height": 50,
        "unit": "%",
        "bring_to_front": false
      }
    },
    "bottom": {
      "type": "object",
      "default": {
        "type": "none",
        "color": "#6EC1E4",
        "flip": false,
        "height": 50,
        "unit": "%",
        "bring_to_front": false
      }
    }
  }
}