mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Added spellchecker to CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65189 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6eadbbff7f
commit
b6ae79afce
@ -25,12 +25,16 @@ if((typeof tinyMCE != 'undefined')) {
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_toolbar_parent : "right",
|
||||
plugins : "advcode,contextmenu,table,emotions,paste,../../tinymce_ssbuttons",
|
||||
plugins : "template,contextmenu,table,emotions,paste,../../tinymce_ssbuttons,spellchecker",
|
||||
table_inline_editing : true,
|
||||
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,separator,bullist,numlist,outdent,indent,hr,charmap",
|
||||
theme_advanced_buttons2 : "undo,redo,separator,cut,copy,paste,pastetext,pasteword,separator,ssimage,ssflash,sslink,unlink,anchor,separator,code,separator,search,replace,selectall,visualaid,separator,tablecontrols",
|
||||
theme_advanced_buttons2 : "undo,redo,separator,cut,copy,paste,pastetext,pasteword,spellchecker,separator,ssimage,ssflash,sslink,unlink,anchor,separator,template,code,separator,search,replace,selectall,visualaid,separator,tablecontrols",
|
||||
theme_advanced_buttons3 : "",
|
||||
theme_advanced_buttons3_add : "emotions",
|
||||
spellchecker_languages : "+English=en",
|
||||
|
||||
template_templates : [
|
||||
{ title : "Three column", src : "assets/snippet.html", description : "A simple 3 column layout"},
|
||||
],
|
||||
|
||||
safari_warning : false,
|
||||
relative_urls : true,
|
||||
|
Loading…
Reference in New Issue
Block a user