sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.1k stars 1.26k forks source link

Swichable layouts #8191

Open wbloszyk opened 2 weeks ago

wbloszyk commented 2 weeks ago

Subject

This PR will add new layout system. By default it will be off. If someone switch it to on, then next "string $layout" argument will be reachable for the TemplateRegistry.

I am targeting this branch, because this change must be done in 4.x branch.

Closes #8117

Changelog

### Added
- Some `Class::newMethod()` to do great stuff

### Changed

### Deprecated

### Removed

### Fixed

### Security

To do