How do I permanently activate darkmode in symfony EasyAdmin 4
Recently Symfony EasyAdmin added a darkmode and a theme selector.
How do I permanently activate darkmode in symfony EasyAdmin 4
Recently Symfony EasyAdmin added a darkmode and a theme selector.
Symfony EasyAdmin – how to maintain the entityId throughout subsequent page operations?
I have a list of users – UserCrudController. It shows me a list of users. I have an action where I can go to a user’s transactions – TransactionCrudController.
Adding a new item to easyadmin collection field overrides the last one
I have a project using symfony 7 and easyadmin 4.
All features worked fine untill I upgraded to the latest Symfony 7 release where editing CollectionFields by adding new elements started behaving erratically.
Symfony EasyAdmin Form question – for EDIT, show some fields as DETAIL
I have a regular symfony easyAdmin setup, and on the EDIT page for an entity, I want some fields to show up as non-editable, so I disable them with setFormTypeOption('disabled','disabled')
. But when I do this, they appear as form fields (i.e. text boxes) that are disabled. I want them to appear the same way they do on the DETAIL page for an entity. Is there a way to do this without hacking up a bunch of new templates to make it work like I want?
Symfony Easyadmin how to create a crud DELETE for another entity
How in symfony EasyAdmin (https://symfony.com/bundles/EasyAdminBundle/current/index.html) can I create a crud link to delete action for another entity (different crud controller) ?
Symfony EasyAdmin enable Dark Mode by default
Is there any option to enable Dark Mode by default in EasyAdmin 4?