{
    "ajax-disclaimer": {
        "type": "tabs",
        "options": {
            "g": [
                {
                    "type": "expand",
                    "label": "bg",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "bg_c",
                                        "type": "color",
                                        "prop": "background-color",
                                        "selector": " .disclaimer-wrapper",
                                        "label": "bg_c"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "bg_c_h",
                                        "type": "color",
                                        "prop": "background-color",
                                        "selector": " .disclaimer-wrapper:hover",
                                        "label": "bg_c",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "f",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "font_family",
                                        "type": "font_select",
                                        "prop": "font-family",
                                        "selector": " .disclaimer-content"
                                    },
                                    {
                                        "id": "font_color",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": " .disclaimer-content"
                                    },
                                    {
                                        "id": "font_size",
                                        "type": "fontSize",
                                        "prop": "font-size",
                                        "selector": " .disclaimer-content"
                                    },
                                    {
                                        "id": "line_height",
                                        "type": "lineHeight",
                                        "prop": "line-height",
                                        "selector": " .disclaimer-content"
                                    },
                                    {
                                        "id": "text_align",
                                        "label": "t_a",
                                        "type": "icon_radio",
                                        "aligment": true,
                                        "prop": "text-align",
                                        "selector": " .disclaimer-content"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "f_c_h",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": " .disclaimer-content",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "Button",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "button_bg",
                                        "type": "color",
                                        "prop": "background-color",
                                        "selector": " .disclaimer-accept",
                                        "label": "Accept Button BG"
                                    },
                                    {
                                        "id": "button_color",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": " .disclaimer-accept",
                                        "label": "Accept Button Color"
                                    },
                                    {
                                        "id": "button_padding",
                                        "type": "padding",
                                        "prop": "padding",
                                        "selector": " .disclaimer-accept"
                                    },
                                    {
                                        "id": "button_border_radius",
                                        "type": "border_radius",
                                        "prop": "border-radius",
                                        "selector": " .disclaimer-accept"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "button_bg_h",
                                        "type": "color",
                                        "prop": "background-color",
                                        "selector": " .disclaimer-accept:hover",
                                        "h": true
                                    },
                                    {
                                        "id": "button_color_h",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": " .disclaimer-accept:hover",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "Decline Button",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "decline_button_bg",
                                        "type": "color",
                                        "prop": "background-color",
                                        "selector": " .disclaimer-decline",
                                        "label": "Decline Button BG"
                                    },
                                    {
                                        "id": "decline_button_color",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": " .disclaimer-decline",
                                        "label": "Decline Button Color"
                                    },
                                    {
                                        "id": "decline_button_padding",
                                        "type": "padding",
                                        "prop": "padding",
                                        "selector": " .disclaimer-decline"
                                    },
                                    {
                                        "id": "decline_button_border_radius",
                                        "type": "border_radius",
                                        "prop": "border-radius",
                                        "selector": " .disclaimer-decline"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "decline_button_bg_h",
                                        "type": "color",
                                        "prop": "background-color",
                                        "selector": " .disclaimer-decline:hover",
                                        "h": true
                                    },
                                    {
                                        "id": "decline_button_color_h",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": " .disclaimer-decline:hover",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "p",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "padding",
                                        "type": "padding",
                                        "prop": "padding",
                                        "selector": " .disclaimer-wrapper"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "p_h",
                                        "type": "padding",
                                        "prop": "padding",
                                        "selector": " .disclaimer-wrapper",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "m",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "margin",
                                        "type": "margin",
                                        "prop": "margin",
                                        "selector": ""
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "m_h",
                                        "type": "margin",
                                        "prop": "margin",
                                        "selector": "",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "b",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "border",
                                        "type": "border",
                                        "prop": "border",
                                        "selector": " .disclaimer-wrapper"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "b_h",
                                        "type": "border",
                                        "prop": "border",
                                        "selector": " .disclaimer-wrapper",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "r_c",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "b_ra",
                                        "type": "border_radius",
                                        "prop": "border-radius",
                                        "selector": " .disclaimer-wrapper"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "r_c_h",
                                        "type": "border_radius",
                                        "prop": "border-radius",
                                        "selector": " .disclaimer-wrapper",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "type": "expand",
                    "label": "sh",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "b_sh",
                                        "type": "box_shadow",
                                        "prop": "box-shadow",
                                        "selector": " .disclaimer-wrapper"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "sh_h",
                                        "type": "box_shadow",
                                        "prop": "box-shadow",
                                        "selector": " .disclaimer-wrapper",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                }
            ],
            "m_t": [
                {
                    "type": "expand",
                    "label": "f",
                    "options": [
                        {
                            "type": "tabs",
                            "options": {
                                "n": [
                                    {
                                        "id": "font_family_module_title",
                                        "type": "font_select",
                                        "prop": "font-family",
                                        "selector": ".module .module-title"
                                    },
                                    {
                                        "id": "font_color_module_title",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": ".module .module-title"
                                    },
                                    {
                                        "id": "font_size_module_title",
                                        "type": "fontSize",
                                        "prop": "font-size",
                                        "selector": ".module .module-title"
                                    }
                                ],
                                "h": [
                                    {
                                        "id": "f_c_m_t_h",
                                        "type": "color",
                                        "prop": "color",
                                        "selector": ".module .module-title",
                                        "h": true
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    }
}
