syanaputra / silverstripe-clio-theme
Integrated Clio theme for Silverstripe 4
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-theme
Requires
This package is auto-updated.
Last update: 2025-01-22 19:05:46 UTC
README
-
Copy the clio into the
themes/
directory of your SilverStripe project. If you've named it correctly, there should be a directory calledthemes/clio/templates
. -
Add the following to your
app/_config.php
file. Remove any existingSSViewer::set_theme
lines.SSViewer::set_theme("clio"); HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');