diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/kotlin/pages/PageNodes.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/kotlin/pages/PageNodes.kt b/core/src/main/kotlin/pages/PageNodes.kt index 42ca25cc..d01a7c58 100644 --- a/core/src/main/kotlin/pages/PageNodes.kt +++ b/core/src/main/kotlin/pages/PageNodes.kt @@ -171,6 +171,8 @@ class MultimoduleRootPageNode( override val children: List<PageNode> = emptyList() + override val enforceDirectory: Boolean = false + override val documentable: Documentable? = null override fun modified(name: String, children: List<PageNode>): RootPageNode = |