mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 01:24:38 +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')
|
window.baseUrl('/libs/material-design-iconic-font/css/material-design-iconic-font.min.css')
|
||||||
],
|
],
|
||||||
body_class: 'page-content',
|
body_class: 'page-content',
|
||||||
|
browser_spellcheck: true,
|
||||||
relative_urls: false,
|
relative_urls: false,
|
||||||
remove_script_host: false,
|
remove_script_host: false,
|
||||||
document_base_url: window.baseUrl('/'),
|
document_base_url: window.baseUrl('/'),
|
||||||
|
Reference in New Issue
Block a user