The SilverStripe simple theme (default SilverStripe 3 theme)

Installs: 970 227

Dependents: 18

Suggesters: 0

Security: 0

Stars: 41

Watchers: 16

Forks: 56

Open Issues: 7

Language:CSS

Type:silverstripe-theme

3.3.1 2023-11-17 01:42 UTC

This package is auto-updated.

Last update: 2024-04-21 04:14:06 UTC


README

  • Copy the theme into the themes/ directory of your Silverstripe project. If you've named it correctly, there should be a directory called themes/simple/templates.

  • Add the following to your mysite/_config.php file. Remove any existing SSViewer::set_theme lines.

     SSViewer::set_theme("simple");
     HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');