I am currently finalizing a paywall design using the RevenueCat Paywall Editor (Tabs component).
I have a specific design requirement where the pricing text displayed below the main card needs to change dynamically when the user toggles between the 'Annual' and 'Standard' tabs. Currently, that text remains static regardless of which tab is selected.
Could you clarify the correct layer hierarchy for this? Do I need to nest the text layers inside the specific Tab Content folders to ensure the variables (like {{ product.price_per_week }}) update according to the selected package, or is there a different method to link text visibility to the active tab state?
