Go to file
Guy Sartorelli ac99fc50e6
Merge pull request #71 from creative-commoners/pulls/3.1/standardise-modules
MNT Standardise modules
2022-08-02 14:35:53 +12:00
css FIX Do not apply checkbox or radio formatting to the field holders 2017-07-17 15:39:47 +12:00
images ENHANCEMENT added complete form style and additional typography styles 2012-10-05 18:37:18 +13:00
javascript BUG #29 Cleaned up whitespace that caused some browsers to not render JS 2014-07-30 16:10:31 +12:00
templates Merge branch '3.0' into 3.1 2018-03-21 12:26:06 +00:00
webfonts MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
.gitignore MINOR:added css/.DS_Store to the gitignore file 2012-11-20 10:13:54 +13:00
LICENSE MINOR Added license file 2012-03-28 22:36:34 +02:00
README.md MNT Standardise modules 2022-08-01 10:01:40 +12:00
composer.json FIX: Relaxed version constraints 2012-11-04 21:38:54 +13: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');