Allows for multiple specified categories that are customizable panelsin left hand side toolbar

This commit is contained in:
efarooqui
2021-05-24 20:31:00 -07:00
parent 8e8416136e
commit 5c3fffd99e
4 changed files with 112 additions and 35 deletions

View File

@@ -112,10 +112,13 @@ const initial = {
toolbar: {
panels: {
categories: {
icon: DEFAULT_TAB_ICONS.CATEGORY,
label: copy[language].toolbar.categories_label,
title: copy[language].toolbar.explore_by_category__title,
description: copy[language].toolbar.explore_by_category__description,
default: {
icon: DEFAULT_TAB_ICONS.CATEGORY,
label: copy[language].toolbar.categories_label,
title: copy[language].toolbar.explore_by_category__title,
description:
copy[language].toolbar.explore_by_category__description,
},
},
filters: {
icon: DEFAULT_TAB_ICONS.FILTER,
@@ -187,6 +190,7 @@ const initial = {
},
features: {
USE_MULTIPLE_CATEGORIES: false,
USE_COVER: false,
USE_ASSOCIATIONS: false,
USE_SITES: false,