I don’t believe there is support for this in ACF block building, but does anyone know of the ability to mimic the behavior of the useSetting hook that is part of the @wordpress/block-editor package? It allows you to check/fetch specific settings inherited/assigned to a block (e.g. that are set in a theme.json file).
If ACF doesn’t currently support this, are there plans to incorporate it?