cyberstammtisch-silverstripe/themes/cyberstamm
Manfred Pürro c3e29e6ccd updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
..
css updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
images updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
javascript updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
templates updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
webfonts updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
.editorconfig updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
.gitignore updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
LICENSE updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
README.md updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
code-of-conduct.md updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00
composer.json updated code and deletetd lots of old themes stuff 2022-12-31 18:20:07 +01:00

README.md

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 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');