Changed a few parameters for the graph component of the layout
This commit is contained in:
@@ -41,7 +41,15 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
Component.Graph({
|
||||
localGraph: {
|
||||
showTags: false,
|
||||
zoom: false
|
||||
},
|
||||
globalGraph: {
|
||||
showTags: false
|
||||
}
|
||||
}),
|
||||
Component.DesktopOnly(Component.TableOfContents()),
|
||||
Component.Backlinks(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user