{
  "$schema": "../../../../assets/block.schema.json",
  "apiVersion": 2,
  "name": "omnipress/container",
  "version": "1.0.0",
  "title": "Container",
  "category": "omnipress",
  "icon": "",
  "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:../../../block-1.js"
  ],
  "editorStyle": "file:../../../block-1.css",
  "style": [
    "file:../../../style-block-1.css"
  ]
}