I am using symfony 5.2 and Easyadmin 3. I try to implement translation with A2Lix bundle in easyadmin at that time i got error like:
The Doctrine type of the "translations" field is "4", which is not supported by EasyAdmin yet.
I have checked with Symfony EasyAdmin 3.x ManyToMany error when adding : The Doctrine type of the .... field is "4", which is not supported by EasyAdmin yet
But this case is different becuase i am implementing translation in easyadmin.
Can anyone Help me? How to solve it.
Finally i got a way to solve this issue.
I found solution from below link:
Created a translation field:
After creating field implement in crud controller:
This code will save time of anybody who face this kind of issue.