-
-
Notifications
You must be signed in to change notification settings - Fork 51
translate: false for builder field? #152
Comments
Similar but slightly different issue: fields inside a builder field with
|
I have the exact same Problem: how can I fix this?
|
Can confirm this issue unfortunately. Any news? |
Fixes TimOetting#152 Solution is not the prettiest, but seems to work (at least for my use case). Probably does not work in nested builders.
@piaaaac @caplod My pull request fixes the described problem, just did it myself because I really needed this functionality in a customer project. Works stable in my tests, but nested builders probably do not work. Problem is/was a big showstopper for usage of this plugin in a multi-language website imo. |
Closing this issue because this plugin will no longer be maintained, as its main functionality can be replaced by Kirby's built-in Blocks Field and Layout Field. |
Is there any way to prevent translation of a builder field? Applying
translate: false
to the field doesn't seem to have any effect:example.yml
The text was updated successfully, but these errors were encountered: