How to organise translation fields and commun fields using symfony a2lix and knp doctrine behaviors

别来无恙 提交于 2019-12-11 20:40:06

问题


After a lot of research and your helps, I can use A2lix and KNP doctrine behaviors translation. All seems to work fine but...

I would like to organise my fields (those for translation and common).

How can I only have ONE tabMenu translation (EN|FR|NL) for my full entity. Until now I found this documentation (How to order translated with not translated fields using doctrine knp translatable extentions with A2lix translation form?) but I always have Tabs for each translation field and no tab for those who does not need translation.

It's no really ergonomic I think. Is there a solution ?

It's quite important for me because if I had to do a wizard form for example. I don't think that it's common to see each languages tab for each translation fields.

I hope to be clear and that somebody have an answer, because I didn't find anything on Symfo and the bundles (a2lix, knp).

Many thanks

来源:https://stackoverflow.com/questions/29621412/how-to-organise-translation-fields-and-commun-fields-using-symfony-a2lix-and-knp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!