{
  "name": {
    "type": "Input",
    "value": "New Item"
  },
  "title": {
    "type": "InputLang",
    "php": true
  },
  "status": {
    "type": "Status"
  },
  "icon": {
    "type": "Icon",
    "selector": ".bottom-menu-%s .bottom-menu-item-%s > a::before"
  },
  "font": {
    "type": "Font",
    "selector": ".bottom-menu-%s > ul .bottom-menu-item-%s > a"
  },
  "fontHover": {
    "type": "Font",
    "selector": ".bottom-menu-%s > ul .bottom-menu-item-%s > a:hover"
  },
  "fontActive": {
    "type": "Font",
    "selector": ".bottom-menu-%s > ul .bottom-menu-item-%s > a:active"
  },
  "background": {
    "type": "Background",
    "selector": ".bottom-menu-%s > ul .bottom-menu-item-%s > a"
  },
  "backgroundHover": {
    "type": "Background",
    "selector": ".bottom-menu-%s > ul .bottom-menu-item-%s > a:hover"
  },
  "backgroundActive": {
    "type": "Background",
    "selector": ".bottom-menu-%s > ul .bottom-menu-item-%s > a:active"
  },
  "link": {
    "type": "Link",
    "php": true
  },
  "customClass": {
    "type": "Input"
  },
  "customCss": {
    "type": "Input"
  }
}
