diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts index b48cbe4..0c23528 100644 --- a/components/config.ts +++ b/components/config.ts @@ -34,7 +34,7 @@ export const initialPhysics = { export const initialFilter = { orphans: false, - parents: true, + parent: 'heading', filelessCites: false, tagsBlacklist: [], tagsWhitelist: [], |