silverstripe-themes / simple
The SilverStripe simple theme (default SilverStripe 3 theme)
Package info
github.com/silverstripe/silverstripe-simple
Language:CSS
Type:silverstripe-theme
pkg:composer/silverstripe-themes/simple
3.3.2
2024-05-10 00:28 UTC
Requires
README
-
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');