Dictionary

A dictionary with fields

Field Type Description
company_info Bool A boolean value
holidays Bool A boolean value
newsletters Bool A boolean value
translations Bool A boolean value
email_settings Bool A boolean value
products Bool A boolean value
shop_info Bool A boolean value
checkout_settings Bool A boolean value
time_settings Bool A boolean value
discounts Bool A boolean value

Examples

Example 1

{
    "company_info": false,
    "holidays": true,
    "newsletters": false,
    "translations": true,
    "email_settings": false,
    "products": false,
    "shop_info": true,
    "checkout_settings": false,
    "time_settings": false,
    "discounts": true
}
1.9.0 stable