We have created a “custom post type” (CPT UI): “enterprises”.
with “custom fields” (ACF) : “Website”, “facebook” and “linkedin”,
we display it with a
a “block element” > “content template” (Location: archive)
and three buttons, which show the content of three custom fields with “Dynamic Data” > link source post meta > POST META FIELD
Up to this point everything works fine.
But if we activate “Remove block if link is empty”, when the first field (website) is empty, the container inside which the buttons are located is not shown (and the rest of the fields/buttons are not shown either).