Moved book cover image input into collapsible section

Prevent extra friction when creating a new book and makes it easier to
skip if grid view is not in use
This commit is contained in:
Dan Brown
2017-12-10 13:46:50 +00:00
parent 90bf13c1ab
commit 3ed5426315
4 changed files with 91 additions and 13 deletions

View File

@ -15,6 +15,7 @@ let componentMapping = {
'markdown-editor': require('./markdown-editor'),
'editor-toolbox': require('./editor-toolbox'),
'image-picker': require('./image-picker'),
'collapsible': require('./collapsible'),
};
window.components = {};