{
  "$schema": "https://schemas.wp.org/trunk/block.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": "The Container block in WordPress simplifies content organization and design by grouping multiple column blocks. It ensures responsive layouts, efficient content editing, and is perfect for diverse uses, including multi-section pages, grid layouts, and enhanced blog posts.",
  "supports": {
    "className": true
  },
  "textdomain": "container",
  "editorScript": "file:./index.js",
  "style": [
    "file:./index.css"
  ]
}