{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "kia/post-subtitle",
  "title": "Subtitle",
  "category": "theme",
  "description": "Displays the subtitle of a post, page, or any other content-type.",
  "textdomain": "kia-subtitle",
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "selectors": {
    "root": ".wp-block-kia-post-subtitle"
  },
  "attributes": {
    "textAlign": {
      "type": "string"
    },
    "level": {
      "type": "number",
      "default": 3
    },
    "isLink": {
      "type": "boolean",
      "default": false
    },
    "rel": {
      "type": "string",
      "attribute": "rel",
      "default": ""
    },
    "linkTarget": {
      "type": "string",
      "default": "_self"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true,
        "link": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "style": [
    "file:./../style-index.css",
    "kia-post-subtitle-block"
  ],
  "render": "file:./render.php"
}