mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Setting USE_ASSOC_DESC to fals
This commit is contained in:
@@ -25,10 +25,10 @@ module.exports = {
|
||||
features: {
|
||||
USE_CATEGORIES: true,
|
||||
USE_NARRATIVES: true,
|
||||
FILTERS_AS_NARRATIVES: false,
|
||||
FILTERS_AS_NARRATIVES: true,
|
||||
CATEGORIES_AS_FILTERS: true,
|
||||
USE_ASSOCIATIONS: true,
|
||||
USE_ASSOCIATION_DESCRIPTIONS: true,
|
||||
USE_ASSOCIATION_DESCRIPTIONS: false,
|
||||
USE_SOURCES: true,
|
||||
USE_COVER: true,
|
||||
USE_SEARCH: false,
|
||||
|
||||
Reference in New Issue
Block a user