Skip to content
Snippets Groups Projects
Commit ceae4e35 authored by Alexandros Georgantas's avatar Alexandros Georgantas
Browse files

refactor(app): fixes

parent a5a97d61
No related branches found
No related tags found
1 merge request!24Template manager
...@@ -96,6 +96,13 @@ module.exports = { ...@@ -96,6 +96,13 @@ module.exports = {
theme: 'editoria', theme: 'editoria',
autoSave: false, autoSave: false,
frontmatter: { frontmatter: {
default: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarFront',
overlay: 'ucpOverlay',
},
},
component: { component: {
menus: { menus: {
topToolBar: 'ucpTopToolBar', topToolBar: 'ucpTopToolBar',
...@@ -105,6 +112,13 @@ module.exports = { ...@@ -105,6 +112,13 @@ module.exports = {
}, },
}, },
body: { body: {
default: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarBodyChapter',
overlay: 'ucpOverlay',
},
},
part: { part: {
menus: { menus: {
topToolBar: 'ucpTopToolBar', topToolBar: 'ucpTopToolBar',
...@@ -122,7 +136,7 @@ module.exports = { ...@@ -122,7 +136,7 @@ module.exports = {
unnumbered: { unnumbered: {
menus: { menus: {
topToolBar: 'ucpTopToolBar', topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarBodyPart', sideToolBar: 'ucpSideToolBarBodyChapter',
overlay: 'ucpOverlay', overlay: 'ucpOverlay',
}, },
}, },
...@@ -131,6 +145,13 @@ module.exports = { ...@@ -131,6 +145,13 @@ module.exports = {
}, },
}, },
backmatter: { backmatter: {
default: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarBack',
overlay: 'ucpOverlay',
},
},
component: { component: {
menus: { menus: {
topToolBar: 'ucpTopToolBar', topToolBar: 'ucpTopToolBar',
......
...@@ -13970,19 +13970,7 @@ promisify-event@^1.0.0: ...@@ -13970,19 +13970,7 @@ promisify-event@^1.0.0:
dependencies: dependencies:
pinkie-promise "^2.0.0" pinkie-promise "^2.0.0"
   
prompt@^1.0.0: prompt@^1.0.0, prompt@flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87:
version "1.0.0"
resolved "https://registry.yarnpkg.com/prompt/-/prompt-1.0.0.tgz#8e57123c396ab988897fb327fd3aedc3e735e4fe"
integrity sha1-jlcSPDlquYiJf7Mn/Trtw+c15P4=
dependencies:
colors "^1.1.2"
pkginfo "0.x.x"
read "1.0.x"
revalidator "0.1.x"
utile "0.3.x"
winston "2.1.x"
prompt@flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87:
version "1.0.0" version "1.0.0"
resolved "https://codeload.github.com/flatiron/prompt/tar.gz/1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87" resolved "https://codeload.github.com/flatiron/prompt/tar.gz/1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87"
dependencies: dependencies:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment