You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to be able to add custom global data to my Modules generated from a GetStaticProps call within [...slug].tsx
Currently the AgilityPageProps interface supports this, but only allows the data to be passed down into the Template level of Agility.
I would like the ability to pass down globalData from AgilityPageProps into the ContentZoneProps and subsequently down into the ModuleProps and/or DynamicModuleProps.
The text was updated successfully, but these errors were encountered:
I'm looking to be able to add custom global data to my Modules generated from a GetStaticProps call within [...slug].tsx
Currently the AgilityPageProps interface supports this, but only allows the data to be passed down into the Template level of Agility.
I would like the ability to pass down globalData from AgilityPageProps into the ContentZoneProps and subsequently down into the ModuleProps and/or DynamicModuleProps.
The text was updated successfully, but these errors were encountered: