{
    "sections":[
        {"name":"simplex_booking_engine_section"             , "title":"Booking engine setting desktop"       },
        {"name":"simplex_booking_engine_section_mobile"      , "title":"Booking engine setting mobile"        },
        {"name":"simplex_booking_engine_section_general"     , "title":"Hotel Settings"                       },
        {"name":"simplex_booking_engine_section_search_button_trans"   , "title":"Search button translations"       },
        {"name":"simplex_booking_engine_section_search_button"   , "title":"Search button settings"       }
    ],

    "engine-settings": [
        {"section":"simplex_booking_engine_section", "name":"booking_engine_background_color", "label": "Engine background", "type":"color", "default": "#000000"},
        {"section":"simplex_booking_engine_section", "name":"booking_engine_background_color_dates", "label": "Dates and PAX background", "type":"color"},
        {"section":"simplex_booking_engine_section", "name":"booking_engine_engine_border_color", "label": "Engine border color", "type":"color"},
        {"section":"simplex_booking_engine_section", "name":"booking_engine_engine_border_width", "label": "Engine border width (px)", "type":"range", "default": "0"},
        {"section":"simplex_booking_engine_section", "name":"booking_engine_engine_border_radius", "label": "Engine border radius (px)", "type":"range", "default": "0"},
        {"section":"simplex_booking_engine_section_search_button", "name":"booking_engine_search_button_background_color", "label": "Background color", "type":"color", "default": "#000000"},
        {"section":"simplex_booking_engine_section_search_button", "name":"booking_engine_search_button_text_color", "label": "Button text color", "type":"color", "default": "#ffffff"},
        {"section":"simplex_booking_engine_section_search_button", "name":"booking_engine_search_button_border_radius", "label": "Button border radius (px)", "type":"range", "default": "0"}
    ],

    "general-settings": [
        {"section":"simplex_booking_engine_section_general", "name":"booking_engine_chain_id", "label": "Chain id", "type":"number"}
    ],

    "mobile-settings": [
        {"section":"simplex_booking_engine_section_mobile", "name":"booking_engine_mobile_button", "label": "Show mobile button", "type":"checkbox", "default": "1"}
    ],

    "button-text": [
        {"section":"simplex_booking_engine_section_search_button_trans", "name":"booking_engine_button_text_en", "label": "mobile button english", "active": true, "default": "Book now"},
        {"section":"simplex_booking_engine_section_search_button_trans", "name":"booking_engine_button_text_he", "label": "mobile button hebrew", "active": true, "default": "הזמן עכשיו"},
        {"section":"simplex_booking_engine_section_search_button_trans", "name":"booking_engine_button_text_fr", "label": "mobile button french"},
        {"section":"simplex_booking_engine_section_search_button_trans", "name":"booking_engine_button_text_ru", "label": "mobile button russian"}
    ],

    "styles": [
        {"section":"simplex_booking_engine_section", "name":"booking_engine_buttons_style_radius_solid_elegant", "label": "Solid Elegant", "value": "0", "active": true, "icon":"star.svg"},
        {"section":"simplex_booking_engine_section", "name":"booking_engine_buttons_style_radius_boutique_vibrations", "label": "Boutique Vibrations", "value": "10",  "icon":"heart.svg"},
        {"section":"simplex_booking_engine_section", "name":"booking_engine_buttons_style_radius_vanilla_sunrise", "label": "Vanilla Sunrise", "value": "20",  "icon":"crown.svg"}
    ]
}