fix spellchecker codesample
This commit is contained in:
@@ -9,3 +9,4 @@ node_modules
|
||||
api
|
||||
vendor
|
||||
.idea
|
||||
.DS_Store
|
||||
@@ -115,7 +115,7 @@ tinymce.init({
|
||||
plugins: "spellchecker",
|
||||
menubar: "tools",
|
||||
toolbar: "spellchecker",
|
||||
spellchecker_language: 'English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr_FR,' + 'German=de,Italian=it,Polish=pl,Portuguese=pt_BR,Spanish=es,Swedish=sv'
|
||||
spellchecker_languages: 'English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr_FR,' + 'German=de,Italian=it,Polish=pl,Portuguese=pt_BR,Spanish=es,Swedish=sv'
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user