An open API service indexing awesome lists of open source software.

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

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/