Skip to content

Commit

Permalink
Added notes about SilverStripe v4
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Jun 15, 2017
1 parent 9959061 commit 8e09b43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@

A [SilverStripe](http://silverstripe.org) module to give the CMS a more modern, flat appearance, while endeavouring to keep with the spirit of the original look and feel.

**NOTE:** this module is for **SilverStripe v3 only** and is no longer
being actively developed. For a SilverStripe v4 alternative, please
consider the [SilverWare Admin][silverware-admin] module, which
is the spiritual successor to Moderno for SS4.

## Requires ##

* SilverStripe 3.1 or newer
* SilverStripe 3.1 or newer, SilverStripe v4 is **not** supported

## Features ##

* **NEW:** branding settings for app name, app link, logo and loading images
* branding settings for app name, app link, logo and loading images
* site config panel with color picker fields
* resizable site tree
* Flat, modern, minimalist look and feel
Expand Down Expand Up @@ -79,14 +84,9 @@ This module started as a simple CSS file of tweaks that quickly got way out of h

![Moderno Admin](http://i.imgur.com/WGeGbEP.png "Moderno Admin")

## To Do ##

* Skin the ugly TinyMCE popups.
* Greatly improve CSS, switch to Sass/LESS?
* Change to using SVG icons for page types?
* Replace a few more bitmap icons, e.g. search icon in dropdowns, GridField sorting icons, AssetAdmin icons, and permissions icons for Members.

## Attribution ##

* Uses some icons by [Yusuke Kamiyamane](http://p.yusukekamiyamane.com/). Licensed under a [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/).
* Uses [Font Awesome](http://fontawesome.io) by [Dave Gandy](https://github.com/davegandy).

[silverware-admin]: https://github.com/praxisnetau/silverware-admin
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.2",
"silverstripe/framework": "~3.1",
"silverstripe/framework": ">=3.1,<4.0",
"tractorcow/silverstripe-colorpicker": "3.0.*@dev"
},
"extra": {
Expand Down

0 comments on commit 8e09b43

Please sign in to comment.