All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugins.Header.SimpleHeader.simpleHeaderData.json Maven / Gradle / Ivy

The newest version!
{
  "src": "SimpleHeader",
  "className": "customSimpleHeaderclassName",
  "style": {},
  "logo": {
    "title": "N2O logo",
    "className": "customSimpleHeaderLogoClassName",
    "style": {},
    "href": "/",
    "src": "https://avatars0.githubusercontent.com/u/25926683?s=200&v=4"
  },
  "menu": {
    "src": "string",
    "items": [{
      "id": "menuItem4",
      "href": "/menu4",
      "icon": "fa fa-pencil",
      "type": "link",
      "badge": "12",
      "badgeColor": "warning"
    },{
      "id": "menuItem0",
      "type": "dropdown",
      "href": "/",
      "target": "_blank",
      "items":[
        {
          "id": "subMenuItem0",
          "type": "link",
          "href": "/",
          "target": "_blank",
          "icon": "fa fa square",
          "title": "subMenuItem0",
          "badge": "99+",
          "badgeColor": "warning"
        }
      ],
      "icon": "fa fa square",
      "title": "menuItem0"
    }]
  },
  "extraMenu": {
    "src": "string",
    "items": [{
      "id": "menuItem0",
      "type": "dropdown",
      "href": "/",
      "target": "_blank",
      "items":[
        {
          "id": "subMenuItem0",
          "type": "link",
          "href": "/",
          "target": "_blank",
          "items":[],
          "icon": "fa fa square",
          "title": "subMenuItem0"
        }
      ],
      "icon": "fa fa square",
      "title": "menuItem0"
    }]
  },
  "search": {},
  "sidebarSwitcher": {
    "defaultIcon": "fa fa-times",
    "toggledIcon": "fa fa-bars"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy