Hi, the forum has been going down for a couple of days, do you know when the issue will be resolved? Thanks
Also, I would like to ask if there is any way to use Global Context data (created as Code Component) in the studio? There is fair bit of global data I want to be able to use across multiple components. Cheers
For example, I created a UserContextProvider with data like username, age. How do I render the username as Plasmic Text’s content prop?
Then from within plasmic studio, you can right-click the content setting of a text element and use a dynamic value there, picking the data you provided
thanks Yang for your answer. I understand I can access the global context data through code component, however my question is: is it possible to access global context without creating extra code component
No problem, and just to clarify, you shouldn’t need custom behavior code components to access the data provided by a dataprovider, you can just right click and use dynamic value