{
  "$schema": "../../../../assets/block.schema.json",
  "apiVersion": 2,
  "name": "omnipress/container",
  "version": "1.0.0",
  "title": "Container",
  "category": "omnipress",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='25.4' viewBox='0 0 25.4 25.4'><g id='Container' transform='translate(-455.3 -47.3)'><path id='Path_53' data-name='Path 53' d='M2,0H8a2,2,0,0,1,2,2V8a2,2,0,0,1-2,2H2A2,2,0,0,1,0,8V2A2,2,0,0,1,2,0Z' transform='translate(456 48)' fill='none' stroke='#175fff' strokeLinecap='square' strokeWidth='1.4' /><path id='Path_51' data-name='Path 51' d='M2,0H8a2,2,0,0,1,2,2V8a2,2,0,0,1-2,2H2A2,2,0,0,1,0,8V2A2,2,0,0,1,2,0Z' transform='translate(470 48)' fill='none' stroke='#175fff' strokeLinecap='square' strokeWidth='1.4' /><rect id='Rectangle_1' data-name='Rectangle 1' width='24' height='10' rx='2' transform='translate(456 62)' fill='none' stroke='#175fff' strokeWidth='1.4' /></g></svg>",
  "description": "Create beautiful row and column layouts with plenty of styling controls & responsive options",
  "supports": {
    "className": true
  },
  "opSettings": {
    "wrapper": {
      "group": "design",
      "label": "Content",
      "fields": {
        "spacing": {
          "margin": true,
          "padding": true
        },
        "color": {
          "text": true
        },
        "typography": true
      }
    }
  },
  "textdomain": "omnipress",
  "editorScript": "file:./index.js",
  "style": [
    "file:./style-index.css"
  ]
}