Go to file
Steve Boyd d1a0e9ac7c Merge branch '3.1' into 3.2 2022-08-02 18:41:41 +12:00
css Revert "Use 'transform: scale' instead of unofficial 'zoom'" 2018-06-21 17:44:57 +02:00
images ENHANCEMENT added complete form style and additional typography styles 2012-10-05 18:37:18 +13:00
javascript FIX Remove search field value related logic, a placeholder is used instead now 2018-11-16 17:23:50 +02:00
templates [SS-2018-015] Update jQuery version 2018-04-27 09:12:59 +12:00
webfonts MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
.editorconfig Added standard .editorconfig file 2015-12-17 10:05:47 +13: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
code-of-conduct.md Added standard code of conduct file 2016-02-16 11:41:47 +13:00
composer.json ENHANCEMENT Declare exposed folders necessary for public webroot 2017-12-21 13:27:03 +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');