Skip to content

Commit

Permalink
Use TinyMCE fancy selects for better usability selecting styles
Browse files Browse the repository at this point in the history
This was previously disabled because of a bug in TinyMCE on
SilverStripe 2.3, but appears to have been resolved since then.
  • Loading branch information
Sean Harvey committed Oct 5, 2012
1 parent daaa1b3 commit 7901b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/_config.php
Expand Up @@ -10,7 +10,7 @@

'cleanup_callback' => "sapphiremce_cleanup",

'use_native_selects' => true, // fancy selects are bug as of SS 2.3.0
'use_native_selects' => false,
'valid_elements' => "@[id|class|style|title],#a[id|rel|rev|dir|tabindex|accesskey|type|name|href|target|title"
. "|class],-strong/-b[class],-em/-i[class],-strike[class],-u[class],#p[id|dir|class|align|style],-ol[class],"
. "-ul[class],-li[class],br,img[id|dir|longdesc|usemap|class|src|border|alt=|title|width|height|align],"
Expand Down

0 comments on commit 7901b02

Please sign in to comment.