kinulab / sonata-gentellela-theme-bundle
SonataAdminBundle themed with Gentellela
Installs: 5 647
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 11
Open Issues: 3
Language:HTML
Type:symfony-bundle
Requires
- sonata-project/admin-bundle: 3.35.*
- dev-master / 3.35.x-dev
- 3.35.0.1
- 3.35.0
- 3.34.2
- 3.34.1
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.1
- 3.31.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.1.1
- 3.25.1
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.1
- 3.20.0
- 3.19.0
- 3.18.2
- 3.18.1
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.1
- 3.15.0
- 3.14.0
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-10-26 12:08:25 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/[...]