{
  "groups": [],
  "elements": [
    {
      "key": "banner",
      "name": "Banner",
      "description": "Bottom banner",
      "allowedTypes": [
        "Block"
      ],
      "settings": [
        {
          "key": "scroll",
          "values": {
            "disable": "disable"
          },
          "name": "Disable Scroll",
          "description": "Controls body locks and page scrolling when the Banner is visible",
          "type": "boolean"
        },
        {
          "key": "animation",
          "values": {
            "fade": "fade",
            "slide-up": "slide-up",
            "slide-down": "slide-down",
            "slide-left": "slide-left",
            "slide-right": "slide-right",
            "grow": "grow",
            "shrink": "shrink",
            "spin": "spin"
          },
          "name": "Animation",
          "description": "Default animation for the component. Defaults to no animations if not set.",
          "type": "select"
        },
        {
          "key": "easing",
          "values": {
            "linear": "linear",
            "ease": "ease",
            "ease-in": "ease-in",
            "ease-out": "ease-out",
            "ease-in-out": "ease-in-out"
          },
          "name": "Easing",
          "description": "Animation easing for the component. Defaults to none if not set.",
          "type": "select"
        },
        {
          "key": "duration",
          "name": "Duration",
          "description": "Default animation duration for the component. Defaults to none if not set.",
          "type": "text"
        }
      ]
    },
    {
      "key": "preferences",
      "name": "Preferences",
      "description": "Modal Form containing all the preferences and form",
      "allowedTypes": [
        "Block"
      ],
      "settings": [
        {
          "key": "scroll",
          "values": {
            "disable": "disable"
          },
          "name": "Disable Scroll",
          "description": "Controls body locks and page scrolling when the Banner is visible",
          "type": "boolean"
        },
        {
          "key": "animation",
          "values": {
            "fade": "fade",
            "slide-up": "slide-up",
            "slide-down": "slide-down",
            "slide-left": "slide-left",
            "slide-right": "slide-right",
            "grow": "grow",
            "shrink": "shrink",
            "spin": "spin"
          },
          "name": "Animation",
          "description": "Default animation for the component. Defaults to no animations if not set.",
          "type": "select"
        },
        {
          "key": "easing",
          "values": {
            "linear": "linear",
            "ease": "ease",
            "ease-in": "ease-in",
            "ease-out": "ease-out",
            "ease-in-out": "ease-in-out"
          },
          "name": "Easing",
          "description": "Animation easing for the component. Defaults to none if not set.",
          "type": "select"
        },
        {
          "key": "duration",
          "name": "Duration",
          "description": "Default animation duration for the component. Defaults to none if not set.",
          "type": "text"
        }
      ]
    },
    {
      "key": "open-preferences",
      "name": "Open Preferences",
      "description": "Toggles preferences modal",
      "allowedTypes": [
        "Link"
      ]
    },
    {
      "key": "fixed-preferences",
      "name": "Fixed Preferences",
      "description": "Toggles preferences modal.",
      "allowedTypes": [
        "Link"
      ],
      "settings": [
        {
          "key": "animation",
          "values": {
            "fade": "fade",
            "slide-up": "slide-up",
            "slide-down": "slide-down",
            "slide-left": "slide-left",
            "slide-right": "slide-right",
            "grow": "grow",
            "shrink": "shrink",
            "spin": "spin"
          },
          "name": "Animation",
          "description": "Default animation for the component. Defaults to no animations if not set.",
          "type": "select"
        },
        {
          "key": "easing",
          "values": {
            "linear": "linear",
            "ease": "ease",
            "ease-in": "ease-in",
            "ease-out": "ease-out",
            "ease-in-out": "ease-in-out"
          },
          "name": "Easing",
          "description": "Animation easing for the component. Defaults to none if not set.",
          "type": "select"
        },
        {
          "key": "duration",
          "name": "Duration",
          "description": "Default animation duration for the component. Defaults to none if not set.",
          "type": "text"
        }
      ]
    },
    {
      "key": "allow",
      "name": "Allow",
      "description": "Allow cookies",
      "allowedTypes": [
        "Link"
      ]
    },
    {
      "key": "deny",
      "name": "Decline",
      "description": "Decline cookies",
      "allowedTypes": [
        "Link"
      ]
    },
    {
      "key": "close",
      "name": "Close",
      "description": "Close preferences modal",
      "allowedTypes": [
        "Link"
      ]
    },
    {
      "key": "submit",
      "name": "Submit",
      "description": "Submit preferences form",
      "allowedTypes": [
        "Link"
      ]
    }
  ]
}