{
  "name": {
    "type": "Input",
    "value": "New Footer"
  },
  "color_scheme": {
    "type": "ColorScheme",
    "php": true
  },
  "margin": {
    "type": "Margin",
    "selector": "footer > div"
  },
  "background": {
    "type": "Background",
    "selector": "footer > div"
  },
  "pad": {
    "type": "Padding",
    "selector": "footer > div"
  },
  "border": {
    "type": "Border",
    "selector": "footer > div"
  },
  "width": {
    "type": "InputValue",
    "rules":{
      "@":{
        "footer .grid-cols-wrapper": "max-width:%spx"
      }
    }
  },
  "overflow": {
    "type": "Toggle",
    "value": "",
    "rules": {
      "true": {
        "footer": "overflow: hidden;"
      },
      "false": {
        "footer": "overflow: initial;"
      }
    }
  },

  "footerType": {
    "type": "Radio",
    "value": "default",
    "js": true,
    "php": true
  },
  "revealBackground": {
    "type": "Background",
    "selector": "html.desktop.footer-reveal div.site-wrapper"
  }
}
