I have a ‘text’ component (title, paragraphs & cta) which is nested into a module component (text and image), the module component has left/right variants and then a vertical variant for desktop/tablet. I then have a ‘section’ component with slots. The module component can be instance swapped into the section, and the variant of the module can be changed via responsive variables. The problem is the various property settings on the text component do not carry through the variant changes (some of the time, oddly), and when changed via variable access to those properties is entirely removed (they just aren’t accessible/visible at all). It’s a bit complex to try and explain. I did record a video, but the 8mb upload limit doesn’t really work for videos!
Any help appreciated as I would like to base the system for the design around a modular/responsive variable approach.