feat: expanded ChildPage
This commit is contained in:
parent
86c3595d06
commit
60d7c94c91
|
@ -479,7 +479,9 @@ pub enum BlockType {
|
||||||
ChildDatabase {
|
ChildDatabase {
|
||||||
child_database: ChildDatabase
|
child_database: ChildDatabase
|
||||||
},
|
},
|
||||||
ChildPage,
|
ChildPage {
|
||||||
|
child_page: ChildPage
|
||||||
|
},
|
||||||
Code {
|
Code {
|
||||||
code: Code,
|
code: Code,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue