summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-03 16:11:49 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-03 16:11:49 +0200
commit57ff943843831fbe041ec2e2a923fa70a2f805f3 (patch)
tree4b26429e343d3c6ef5df977b27367bd6ed3eb904 /components/config.ts
parenta0f0e5aabee5b3bad68afb7eab092b684275e6fa (diff)
feature: tagwhitelist + better compatibility with existing filters
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts
index 0544b58..0bc2c29 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -34,7 +34,8 @@ export const initialPhysics = {
export const initialFilter = {
orphans: false,
parents: true,
- tags: [],
+ tagsBlacklist: [],
+ tagsWhitelist: [],
nodes: [],
links: [],
date: [],