mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 09:05:50 +00:00
Juanitou
bb4c7d2aa0
Revert "Use 'transform: scale' instead of unofficial 'zoom'"
This reverts commit 3f71bdcce1be6b0d1b95c5f51a8c59530520f081.
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');
Description
Languages
CSS
80.8%
Scheme
11.7%
JavaScript
7.5%