mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-27 10:49:45 +08:00
Merge pull request #360 from Abijeet/spellcheck-fix
Fixes #354, Adds the spellchecker option
This commit is contained in:
commit
544ece03a5
|
@ -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('/'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user