Fixes #354, Adds the spellchecker option

Uses the browser_spellchecker option documented here - https://www.tinymce.com/docs/configure/spelling/#browser_spellcheck
This commit is contained in:
Abijeet 2017-04-13 23:57:57 +05:30
parent cc0ce7c630
commit 29a4110d8f

View File

@ -68,6 +68,7 @@ export default function() {
window.baseUrl('/libs/material-design-iconic-font/css/material-design-iconic-font.min.css')
],
body_class: 'page-content',
browser_spellcheck: true,
relative_urls: false,
remove_script_host: false,
document_base_url: window.baseUrl('/'),