mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-31 13:05:47 +08:00
Merge pull request #360 from Abijeet/spellcheck-fix
Fixes #354, Adds the spellchecker option
This commit is contained in:
@ -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('/'),
|
||||
|
Reference in New Issue
Block a user