Merge pull request #360 from Abijeet/spellcheck-fix

Fixes #354, Adds the spellchecker option
This commit is contained in:
Dan Brown 2017-04-16 15:02:20 +01:00 committed by GitHub
commit 544ece03a5

View File

@ -68,6 +68,7 @@ module.exports = 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('/'),