kinulab/sonata-gentellela-theme-bundle

SonataAdminBundle themed with Gentellela

Installs: 5 639

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 11

Open Issues: 3

Language:HTML

Type:symfony-bundle

3.35.0.1 2018-08-31 12:03 UTC

README

A simple integration of Gentellela Alela! theme for SonataAdminBundle.

This bundle automaticaly define a default configuration for sonata admin, so the installation is as simple as :

composer require kinulab/sonata-gentellela-theme-bundle

and in the app/AppKernel.php :

public function registerBundles()
{
    $bundles = [
        ...
        new Kinulab\SonataGentellelaThemeBundle\KinulabSonataGentellelaThemeBundle(),
    ];
}

Since the 3.14 version, this bundle use the same version policy. The version XY of this bundle is for the version XY of sonata-project/admin-bundle.

Disclaimer

Most of the templates blocks are unchanged, but for the theme, we have been forced to move somes of them. So if you've overrided the sonata themplates, there could be some glitchs

Despite everything is automatically configured in sonata_admin.templates, it append that some parts are still rendered with the traditional Sonata template. This is due to the fact that, some templates are not configurable.

In that case, you have to copy/past templates from this bundle in app/Resources/SonataAdminBundle/views/[...]