-
Allow the on_content_change strategy to be applied to route classes for which the RoutingAuto bundle _doesn't_ build the routes automatically.
- Allow specification of HEAD route (content_name route).…
-
**Describe the proposed solution**
Basically this screenshot shows everything:
![image](https://user-images.githubusercontent.com/2412177/56964171-ebdf0100-6b5a-11e9-97a9-e7285a5483fd.png)
Is t…
-
please allow to use
` "sonata-project/admin-bundle": "^4.31",`
` "doctrine/orm": "^3.1",`
in projects
-
The navbar_title on list view pages is blank which makes it a harder to know where you are. We have many admin entities and it would be helpful to use this space with a sensible heading. I know the br…
-
Admin class :
``` php
protected function configureFormFields(FormMapper $formMapper)
{
$formMapper
->add('aliases', 'sonata_type_native_collection', array(
'type' => 'text',
…
-
I would like to automatically name a node based on a given prefix then an auto-generated numeric suffix, e.g.:
```
node1/
foobar-0/
foobar-1/
foobar-2/
```
This allows children to be map…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.22.5 4…
-
### Environment
Symfony 6.4
Ubuntu OS
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Color legend:
- patch or minor release available - update reco…
-
Have to find a way to delete images when they are not used anymore.
2 possibilities:
1. Add a listener on preUpdate and remove old images
2. Add a trigger on image change in the widget and call an aj…
comur updated
9 years ago
-
There should be a built in way to embed links/urls to other routes in the CMF into the body of a PHPCR document that can be resolved to the correct URL for the page whether the page has been moved or …