Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
402 stars 186 forks source link

Entity translations #1287

Closed aistis- closed 7 years ago

aistis- commented 7 years ago

Hello guys, is there a recommend approach to use entity translations with Kunstmaan? There is dependency on https://github.com/Atlantic18/DoctrineExtensions, but it uses field-based translations while I am looking entity-based like https://github.com/KnpLabs/DoctrineBehaviors.

If I implement DoctrineBehaviors translations, I get errors in CRUDs on CMS (mostly with filters).

aistis- commented 7 years ago

I've implemented https://github.com/KnpLabs/DoctrineBehaviors to my Kunstmaan poject. More or less it suits my needs.