{
  "apiVersion": 3,
  "name": "b-blocks/section-heading",
  "title": "Section Heading",
  "description": "Display heading before section.",
  "category": "bBlocks",
  "keywords": [
    "headline",
    "section headline",
    "heading description"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "title": {
      "type": "string",
      "default": "Section Heading"
    },
    "titleTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "25px",
          "tablet": "22px",
          "mobile": "20px"
        },
        "fontWeight": 600
      }
    },
    "titleColor": {
      "type": "string",
      "default": ""
    },
    "titleMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "10px"
      }
    },
    "isSep": {
      "type": "boolean",
      "default": true
    },
    "separator": {
      "type": "object",
      "default": {
        "width": "150px",
        "height": "3px",
        "color": "#0c0d3c1a"
      }
    },
    "sepMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "5px"
      }
    },
    "isDesc": {
      "type": "boolean",
      "default": true
    },
    "desc": {
      "type": "string",
      "default": "This content area describes section heading descriptions or details."
    },
    "descTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "15px"
        }
      }
    },
    "descColor": {
      "type": "string",
      "default": ""
    },
    "descMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "15px"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:../index.js",
  "style": [
    "file:./view.css",
    "fontAwesome"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "mailtoui"
  ]
}