{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "magnet-blocks/tagline",
  "version": "1.0.0",
  "title": "Tagline",
  "category": "magnet-blocks",
  "icon": "tag",
  "isPro": false,
  "demo": true,
  "demo_link": "https://demo.pluginmagnet.com/magnet-blocks/tagline",
  "slug": "tagline",
  "description": "Display tagline before any title.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "gradients": true,
      "background": false,
      "text": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "customClassName": true,
    "inserter": true,
    "multiple": true,
    "reusable": true
  },
  "attributes": {
    "taglineIcon": {
      "type": "object",
      "default": null
    },
    "taglineText": {
      "type": "string",
      "default": "Your Tagline Here"
    },
    "tagBackgroundColor": {
      "type": "string",
      "default": "#E2F1FF"
    },
    "alignment": {
      "type": "string",
      "default": "center"
    }
  },
  "textdomain": "magnet-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}