Download the PHP package silverware/admin without Composer
On this page you can find all versions of the php package silverware/admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverware/admin
More information about silverware/admin
Files in silverware/admin
Package admin
Short Description SilverWare Admin Module.
License BSD-3-Clause
Homepage https://github.com/praxisnetau/silverware-admin
Informations about the package admin
SilverWare Admin Module
Allows an admin style for SilverStripe Admin v4 to be defined via configuration.
Contents
- Background
- Requirements
- Installation
- Configuration
- Issues
- Contribution
- Maintainers
- License
Background
Spiritual successor to SilverStripe Moderno Admin, for SS4.
Requirements
Installation
Installation is via Composer:
Configuration
As with all SilverStripe modules, configuration is via YAML. Extensions to LeftAndMain
are applied
via config.yml
.
Admin Style
You can customise the admin appearance via YAML by defining an admin_style
array in your configuration. This needs to be applied to LeftAndMain
. For example:
Each variable should be self-explanatory, with the exception of ColorBorderRightMenuHide
. If set to true
,
the thin line on the right-hand side of the admin menu will be hidden, and ColorBorderRightMenu
will be ignored.
Disabling Admin Style
If you need to disable the admin style, so that the standard SS4 admin style is used, simply
set admin_style_disabled
to true
for LeftAndMain
:
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
Colin Tucker | Praxis Interactive |
License
BSD-3-Clause © Praxis Interactive