Would be great to be able to swap the logic/direction of the Location Rules operators. E.g., right now within a rule group the AND operator is used and the OR operator between the rule groups. If we wanted to set up a rule where the ACF fields are displayed when the current user is an Admin AND the post type is any one of post/layout/section/element/etc. we’d have to set it up as:
Rule Group 1: Current User is Administrator AND Post Type is equal to Page
Rule Group 2: Current User is Administrator AND Post Type is equal to Section
…and so on.
The “Current User is Administrator” has to be added into every rule group.