You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend to edit Settings is great, especially because it just uses the Symfony form component in a proper way.
Some of my Settings require translation, that's why I'd like to know you opinion on integrating the TranslationFormBundle into your bundle. It will allow the SettingsBundle to introduce an optional config parameter:
The backend to edit Settings is great, especially because it just uses the Symfony form component in a proper way.
Some of my Settings require translation, that's why I'd like to know you opinion on integrating the
TranslationFormBundle
into your bundle. It will allow theSettingsBundle
to introduce an optional config parameter:Can you maybe comment on the translation strategy to use? I'm using the
KnpDoctrineExtension
strategy in my application, which works great.The text was updated successfully, but these errors were encountered: