-
Here is the documentation page for SonataAdminBundle architecture:
http://sonata-project.org/bundles/admin/master/doc/reference/architecture.html
And this is a class that will provide Post management…
-
To help contribution it would be helpful to have a docker (docker-compose) set up in the project instead of installing all the required tools/lib.
Conversion move from https://github.com/sonata-pro…
-
We should replace all `` elements in the twig templates with the twig function `form_start` and `form_end`. We should also move the `action` and `method` (POST, GET) attribute to the PHP files.
Thi…
-
I'm not entirely sure if this is a bug, or a feature, or me being a dolt but I wanted to exclude the user admin from the global search and the only way I could do it was to completely re-implement the…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle …
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.29.2 4…
-
Hey,
I have a show page and I want to add a custom value.
I have tried doing what I did in other actions which is to add an array to the third parameter with the data key like so:
```php
p…
-
### Environment
Symfony 6.4
Ubuntu OS
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Color legend:
- patch or minor release available - update reco…
-
It should be `AlgatuxInfluxDbBundle` and not just `InfluxDbBundle` to reduce possible bundle conflicts.
This is the adopted way for 99% of external bundles as you can see on this `AppKernel` extract:…
-
Hello, I am really new to EasyAdminBundle since I always used SonataAdminBundle :smile:
**Describe the bug**
I have a simple text field configured like this:
```
Article:
…