{
  "apiVersion": 3,
  "name": "foundry/search-results-title",
  "title": "Foundry Search Results Title",
  "category": "text",
  "attributes": {
    "heading": {
      "type": "string"
    },
    "headingLevel": {
      "type": "number",
      "default": 1
    },
    "headingStyle": {
      "type": "string",
      "baseClass": true,
      "isFndryId": true
    },
    "textAlign": {
      "type": "object",
      "responsiveUtilityType": "textAlign",
      "baseClass": true
    },
    "textColor": {
      "type": "string",
      "isFndryId": true
    },
    "searchTermStyle": {
      "type": "string",
      "isFndryId": true
    },
    "searchTermColor": {
      "type": "string",
      "isFndryId": true
    },
    "overrides": {
      "type": "object"
    },
    "paddingBottom": {
      "type": "string"
    }
  },
  "editorScript": "foundry-editor-js",
  "editorStyle": "foundry-editor-css",
  "style" : "file:./style.min.css",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  }
}
