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
permissions 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": true,
    "holidays": true,
    "newsletters": true,
    "translations": false,
    "permissions": false,
    "email_settings": true,
    "products": false,
    "shop_info": true,
    "checkout_settings": true,
    "time_settings": false,
    "discounts": false
}
1.9.0 stable