Update config

This commit is contained in:
Sauli Anto
2019-09-17 16:31:39 +03:00
parent dbaaa96ae9
commit fe3c7ba393
3 changed files with 19 additions and 9 deletions

View File

@@ -32,3 +32,10 @@ export function getSelectedMathModelWidget( selection ) {
return null;
}
export const defaultConfig = {
engine: 'mathjax',
outputMode: 'script',
forceOutputMode: false
}