{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/navigation-block",
  "version": "1.1.1",
  "title": "Navigation Block",
  "category": "necessary-blocks",
  "icon": "menu",
  "description": "Navigation block by Coders Time.",
  "example": {},
  "supports": {
    "html": false,
    "color": {},
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "menuItems": {
      "type": "array",
      "default": [
        {
          "label": "Team",
          "link": "#"
        },
        {
          "label": "History",
          "link": "#"
        },
        {
          "label": "Blog Page",
          "link": "#"
        }
      ]
    },
    "buttonBackgroundColor": {
      "type": "string",
      "default": "#475467"
    },
    "buttonTextColor": {
      "type": "string",
      "default": "#ffffff"
    }
  },
  "keywords": [
    "Navigation Block",
    "necessary Blocks",
    "Navigation"
  ],
  "textdomain": "navigation-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}