-
The `sonata-block.yml` config file is only reading the `default_contexts` no other configuration is being read.
### Environment
#### Sonata packages
```
sonata-project/admin-bundle …
-
Hello,
I'm usign this plugin in sonata and it works fine. But when I use it with sonata_type_collection the tags are not saved.
Example:
```
[...]
$formMapper
->add('text')
…
-
Looking at the documentation and trying to get it implemented in Sonata Admin following the docs, I instantly get the message
"Not supported. Has to wait till Sonata Admin 4.x will be released."
…
-
Hello,
I have a problem with iphp_file field. I can't display it in Sonata Admin :
```
/**
* @ORM\Table(name="produit")
*/
class Produit
{
...
/**
* @var string
*
* @Assert\File…
-
I try to use this bundle with sonata admin but i don't a select2 on my fields.
When i include this on my admin layout :
I got this error :
Uncaught Error: Option 'ajax' is not a…
-
Service "pix_sortable_behavior.position.orm" not found: even though it exists in the app's container, the container inside "Pix\SortableBehaviorBundle\Controller\SortableAdminController" is a smaller …
nilov updated
2 years ago
-
-
When testing cmf sandbox with other RC versions i got:
```
Symfony\Component\Form\Exception\InvalidArgumentException:
Could not load type "choice": class does not exist.
at vendor/symfony/form…
-
Hello, I am trying to use this bundle but it just hides ALL the items from the list except the items created by the owner, what am I doing wrong?
config.yml
```
sonata_admin:
security:
…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.29…