Support for Custom Liquid Logic in Replo State Display
Would it be possible to support custom Liquid logic for states, rather than relying solely on the fixed 'show if' logic currently available in Replo? This would open up a lot of possibilities in customising state display logic. For example, we currently use conditions like {% if current_market_id == X %} to control content visibility based on the market. This allows us to avoid duplicating and publishing multiple Replo sections across different markets, and having native support for this would make things a lot easier (not necessarily a market 'show if' state, but just a general option to use custom liquid).