Skip to content

"MORE" theme for Silverstripe. Based on the "Simple" theme for SilverStripe by Sara (Innovaif).

License

Notifications You must be signed in to change notification settings

selfsimilar/silverstripe-more

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using the MORE 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/more/templates.

  • Add the following to your mysite/_config.php file. Remove any existing SSViewer::set_theme lines.

     SSViewer::set_theme("more");
     HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');
    

About

"MORE" theme for Silverstripe. Based on the "Simple" theme for SilverStripe by Sara (Innovaif).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 78.9%
  • Scheme 17.1%
  • JavaScript 4.0%