https://github.com/sherlockode/sonatamodularadminbundle
Sonata Admin integration for modular-admin theme - Symfony Bundle
https://github.com/sherlockode/sonatamodularadminbundle
Last synced: 8 months ago
JSON representation
Sonata Admin integration for modular-admin theme - Symfony Bundle
- Host: GitHub
- URL: https://github.com/sherlockode/sonatamodularadminbundle
- Owner: sherlockode
- Created: 2018-05-29T13:39:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T08:05:37.000Z (over 7 years ago)
- Last Synced: 2025-03-27T09:41:00.088Z (over 1 year ago)
- Language: JavaScript
- Size: 696 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sonata Modular Theme
A simple integration of [Modular](https://modularcode.io/modular-admin-html) theme for [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle).
This bundle automatically defines a default configuration for sonata admin, so the installation is as simple as :
```
composer require sherlockode/sonata-modular-bundle
```
### Color option
By default the plugin is loaded with the green them.
6 colors are available
- green (default)
- blue
- seagreen
- orange
- red
- purple
To change it: `app/config.yml`
```
sherlockode_sonata_modular:
color: blue
```
https://www.sherlockode.fr/