Is it possible to use a variable, like the {{ portal_id }} in a fields.json file of a module? I would like to use a default value for a URL field linking to a mp4 file in my custom theme folder. When I use
Nope because in field.json we can only write HubSpot fields in JSON format. But you can set the default value of the URL field which can do in that field also in your template. Use { "default": "Your Value" }.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member. Thanks!
Nope because in field.json we can only write HubSpot fields in JSON format. But you can set the default value of the URL field which can do in that field also in your template. Use { "default": "Your Value" }.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member. Thanks!