fix: Allow file fields to be non translatable#2529
fix: Allow file fields to be non translatable#2529zeezo887 wants to merge 2 commits intoarea17:3.xfrom
Conversation
|
Why create a new Lets not make the API more confusing shall we |
|
Let me clarify this. We can agree this is not pretty, but it is temporary to avoid a breaking change. In #2525 I asked @zeezo887 to add a new option to work around the current situation with the To avoid breaking changes in Twill 3 while enabling the missing functionality we introduce these temporary methods. In a future breaking release we will fix the behavior of the |
Description
This addresses the issue where setting the
translatable(false)method on a file field does not affect the field (i.e. Always translated) by adding a newdisableTranslate()method on the file field.Usage:
Related Issues
Fixes #1712