Using the Simple theme
-
Copy the theme into the
themes/directory of your SilverStripe project. If you've named it correctly, there should be a directory calledthemes/simple/templates. -
Add the following to your
mysite/_config.phpfile. Remove any existingSSViewer::set_themelines.SSViewer::set_theme("simple"); HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');