{
  "$schema": "../../../../assets/block.schema.json",
  "apiVersion": 2,
  "name": "omnipress/paragraph",
  "version": "1.0.0",
  "title": "Paragraph",
  "category": "omnipress",
  "icon": "<svg className='op-block-icons' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M19 3H9.71429C6.55837 3 4 5.57884 4 8.76C4 11.9412 6.55837 14.52 9.71429 14.52H11.1429M15.4286 21V3M11.1429 21V3' stroke='#175FFF' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /></svg>",
  "description": "Take control of your text appearance and paragraph formatting with multiple setting 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:./index.css"
  ]
}