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(),
|
Component.Explorer(),
|
||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
Component.Graph(),
|
Component.Graph({
|
||||||
|
localGraph: {
|
||||||
|
showTags: false,
|
||||||
|
zoom: false
|
||||||
|
},
|
||||||
|
globalGraph: {
|
||||||
|
showTags: false
|
||||||
|
}
|
||||||
|
}),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.Backlinks(),
|
Component.Backlinks(),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user