1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Migrated editor toolbox, No more directives!

This commit is contained in:
Dan Brown
2017-09-24 18:30:21 +01:00
parent 9e2934fe17
commit 9ca22976c3
5 changed files with 49 additions and 49 deletions

View File

@@ -13,6 +13,7 @@ let componentMapping = {
'page-comments': require('./page-comments'),
'wysiwyg-editor': require('./wysiwyg-editor'),
'markdown-editor': require('./markdown-editor'),
'editor-toolbox': require('./editor-toolbox'),
};
window.components = {};