mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Allows for multiple specified categories that are customizable panelsin left hand side toolbar
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user