Add categories-as-tag flag to config example

This commit is contained in:
Franc Camps-Febrer
2019-01-16 11:32:02 -05:00
parent 4251ed0e94
commit 08d44c79c7

View File

@@ -14,7 +14,8 @@ module.exports = {
USE_TAGS: false,
USE_SEARCH: false,
USE_SITES: true,
USE_SOURCES: true
USE_SOURCES: true,
CATEGORIES_AS_TAGS: true
}
}