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 = {
theme: 'editoria',
autoSave: false,
frontmatter: {
default: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarFront',
overlay: 'ucpOverlay',
},
},
component: {
menus: {
topToolBar: 'ucpTopToolBar',
......@@ -105,6 +112,13 @@ module.exports = {
},
},
body: {
default: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarBodyChapter',
overlay: 'ucpOverlay',
},
},
part: {
menus: {
topToolBar: 'ucpTopToolBar',
......@@ -122,7 +136,7 @@ module.exports = {
unnumbered: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarBodyPart',
sideToolBar: 'ucpSideToolBarBodyChapter',
overlay: 'ucpOverlay',
},
},
......@@ -131,6 +145,13 @@ module.exports = {
},
},
backmatter: {
default: {
menus: {
topToolBar: 'ucpTopToolBar',
sideToolBar: 'ucpSideToolBarBack',
overlay: 'ucpOverlay',
},
},
component: {
menus: {
topToolBar: 'ucpTopToolBar',
......
......@@ -13970,19 +13970,7 @@ promisify-event@^1.0.0:
dependencies:
pinkie-promise "^2.0.0"
 
prompt@^1.0.0:
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:
prompt@^1.0.0, prompt@flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87:
version "1.0.0"
resolved "https://codeload.github.com/flatiron/prompt/tar.gz/1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87"
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