{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brentwood/tagline",
  "title": "Brentwood Tagline Text",
  "category": "text",
  "icon": "editor-textcolor",
  "description": "A large tagline paragraph in the body font (Open Sans), matching the live site's .tag-line. Pick the text colour (default dark, or white for dark backgrounds) and highlight words in a colour (brand red by default) by selecting them and clicking Highlight.",
  "keywords": [ "tagline", "tag-line", "lead", "intro", "highlight" ],
  "textdomain": "kadence-child",
  "render": "file:./render.php",
  "editorScript": "bw-tagline-editor",
  "style": "bw-tagline",
  "supports": { "html": false, "multiple": true, "anchor": true },
  "attributes": {
    "text": { "type": "string", "default": "" },
    "textColor": { "type": "string", "default": "" },
    "highlightColor": { "type": "string", "default": "#c8272c" },
    "align": { "type": "string", "default": "left" }
  }
}
