1
0
Fork 0
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:
cabad11 2018-12-09 21:45:28 +03:00 committed by GitHub
parent 262c1614ed
commit 9966131100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1671 additions and 12878 deletions

View file

@ -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'
});
};
}

View file

@ -45,7 +45,7 @@ export default class Writing {
moduleEl.appendChild(this.nodes.editorWrapper);
if (settings.page){
if (settings.page) {
this.page = settings.page;
}