default USE_SOURCES = true

This commit is contained in:
Lachlan Kermode
2018-12-25 17:05:11 +01:00
parent f9555c4c2f
commit ad69b1914b
3 changed files with 2 additions and 152 deletions

View File

@@ -13,6 +13,7 @@ module.exports = {
features: {
USE_TAGS: false,
USE_SEARCH: false,
USE_SITES: false
USE_SITES: false,
USE_SOURCES: true
}
}