{
  "collectionName": "components_navigation_navigation_items",
  "info": {
    "displayName": "navigation-item",
    "description": "آیتم‌های منوی اصلی"
  },
  "attributes": {
    "name": {
      "type": "string",
      "required": true
    },
    "href": {
      "type": "string",
      "required": true
    },
    "hasMegaMenu": {
      "type": "boolean",
      "default": false
    },
    "order": {
      "type": "integer",
      "default": 0
    },
    "icon": {
      "type": "string",
      "default": "LuStore"
    },
    "subItems": {
      "type": "component",
      "component": "navigation.sub-item",
      "repeatable": true
    }
  }
}
