mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-23 15:19:41 +02:00
Show parent page title (#14)
* Fix show parent page * Update pages.js * fix * merge
This commit is contained in:
parent
262c1614ed
commit
9966131100
7 changed files with 1671 additions and 12878 deletions
|
@ -30,7 +30,7 @@ export default class Writing {
|
|||
const {default: CodeStyler} = await import(/* webpackChunkName: "code-styling" */ './../classes/codeStyler');
|
||||
|
||||
return new CodeStyler({
|
||||
selector: '.block-code',
|
||||
selector: '.block-code'
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ export default class Writing {
|
|||
|
||||
moduleEl.appendChild(this.nodes.editorWrapper);
|
||||
|
||||
if (settings.page){
|
||||
if (settings.page) {
|
||||
this.page = settings.page;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue