E.g. we have 1 general “Layout” Field Group which is added to all ACF Gutenberg Blocks. As an example one of those fields is a dropdown called “Content Width” with 3 choices: Large, Default, Small
But then we have a Block specific Field Groups and want to e.g. adjust the available choices in the “Content Width” Dropdown for that Block.
Similarly we’d also need that for default value and hiding/showing fields all together.
Currently we only see it possible via copying/moving those fields into all block field groups (we have like 20+ of those) and apply the logic in each block field group, but that’s not really nice from a maintenance perspective (e.g. if we want to add another default content width choice)