Enable browser spellchecker

This commit is contained in:
Tautvidas Sipavičius
2017-08-31 18:03:19 +03:00
parent d900827850
commit 49c1b92838

View File

@@ -34,6 +34,8 @@ define([
toolbar1: this.options.toolbar1,
toolbar2: this.options.toolbar2,
browser_spellcheck: true,
valid_elements: this.options.validElements,
invalid_elements: this.options.invalidElements,
block_formats: this.options.blockFormats,