Loading...
Started by Tricia Leach • Jul 10, 2025 5:18 PM
Total Replies
4
Participants
3
Activity
Quiet
Duration
5:18 PM
Thread starter
{% related_blog_posts limit=5 %} to pass data to a CMS React module? I'm trying to pass that to the module by exporting export { default as hublDataTemplate } from './hubl_data.hubl.html?raw'; and then importing as follows:export interface ComponentProps {
fieldValues: FieldValues;
hublData?: {
relatedArticles: IRelatedArticles;
};
}4 messages in thread