lauren5
3
thanks for the explanation - it’s on par with my understanding of reusables.
i understand your example because you’re using RGs and presumably button workflows to change/feed data between/within the reusable elements.
in my use case, the content for the modules is not stored in the database. and there are no workflows to change states or parameters. it’s a single page with the same reusable on it 3 times.
if the reusable is on the page once, no problem because it can look at the URL and have a condition that updates the content.
but how would i get the three different modules to display different content using states? it would be great if i could put a wrapper around each reusable and give it a state for the reusable to read from:
wrapper 1 > about our projects
wrapper 2 > about our contractors
wrapper 3 > about our practices
but that’s not possible from what i can tell because there isn’t a way for me to create a relationship between the wrapper (page element) and the reusable.
any ideas?