Can somebody point me to some documentation that shows how to configure a dnd_module in a template? I need to create a page template that contains a form module from our current theme. It is a really complex module with a lot of parameters.
Is there a way to easily export the parameters from a current page that contains the module?
On the current page that contains the module you can add “?developerMode=true” to the end of the url.
Now when you click the down arrow on the section that contains the module you’ll get the option to “Copy as Hubl”.
This should copy all of the custom values set in your module.
It’s a relatively new feature but it’s great. I’ve had one or two instances where it didn’t work properly, typically because there were quotation marks in some field generated in JSON, so if it’s not working that’s what I’d check first.