Case:
Building a small multi-language solution using ACF.
Workaround:
– Duplicating needed fields
– adding language flag to var_name (e.g. content_en)
– use tabs between fields (e.g. “en” / “de”)
Problem:
Duplicating lots of fields is kind of boring work.
Further it’s less maintainable.
Idea
What if a tab would generate an object and group all the fields beyond it
into its namespace until the next tab creates a fresh new object?
What if we could reuse other fieldsets beyond this tab then.
That would be a massive improvement.
Hi @thoelzer,
Thank you for the feedback!
This feature would really make a nice addition and it has been dispatched to the developer for further consideration.
Hopefully it will see its way into the plugin in the near future.