You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
css | 1 year ago | |
images | 10 years ago | |
javascript | 1 month ago | |
templates | 1 year ago | |
webfonts | 11 years ago | |
.editorconfig | 7 years ago | |
.gitignore | 10 years ago | |
LICENSE | 11 years ago | |
README.md | 6 months ago | |
code-of-conduct.md | 7 years ago | |
composer.json | 6 months ago |
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 calledthemes/simple/templates
. -
Add the following to your
mysite/_config.php
file. Remove any existingSSViewer::set_theme
lines.SSViewer::set_theme("simple"); HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');