Fix writer and seperate schema

This commit is contained in:
Sauli Anto
2020-08-29 17:33:41 +03:00
parent 0ef44427ce
commit 7d0cd0187f
10 changed files with 101 additions and 88 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
extends: 'ckeditor5',
globals: {
'MathJax': true,
'katex': true
'katex': true,
'console': true
}
};