mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
d8eb29e57c
The old jQuery version is critically out of date, and there are no blockers to updating it (utilised sections of the library are fully backwards compatible). This commit updates to the latest stable release. |
||
---|---|---|
css | ||
images | ||
javascript | ||
templates | ||
webfonts | ||
.editorconfig | ||
.gitignore | ||
code-of-conduct.md | ||
composer.json | ||
LICENSE | ||
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');