{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "maxi-blocks/text-maxi",
  "title": "Text Maxi",
  "category": "maxi-blocks",
  "description": "Insert, modify or style text",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "supports": {
    "align": false,
    "anchor": false,
    "html": false,
    "splitting": true
  },
  "editorScript": "maxi-blocks-block-editor",
  "scProps": {
    "scElements": [
      1,
      2,
      3,
      4,
      5,
      6,
      7,
      8
    ],
    "scType": "color"
  }
}