{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpseopress/local-business",
  "title": "Local Business",
  "description": "Displays Local Business information",
  "icon": "store",
  "category": "wpseopress",
  "textdomain": "wp-seopress-pro",
  "keywords": [
    "local business",
    "business",
    "store",
    "location",
    "address",
    "phone",
    "map",
    "opening hours"
  ],
  "supports": {
    "align": true,
    "html": false,
    "color": {
      "gradients": true,
      "link": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "attributes": {
    "textColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "style": {
      "type": "object"
    },
    "className": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    },
    "gradient": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}