Dictionary

A dictionary with fields

Field Type Description
display_mode String How products are displayed on the webshop
collapse_category_groups Bool A boolean value
show_category_overview Bool Show a category overview when clicking a category group else show the first category in the category group
show_category_group_overview Bool Show a category group overview when visiting the webshop else show the first category or the category overview if enabled

Examples

Example 1

{
    "display_mode": "blocks",
    "collapse_category_groups": true,
    "show_category_overview": false,
    "show_category_group_overview": false
}
This is a development version Do not use this version in production
1.10.0 development