Display all dynamic content parameters

Hi I would like to access all dynamic content parameters inside a component.
I tried {{dc:param type=“json”}} but this didn’t work. The purpose is to send every component params in a shortcode… so getting the full object would be easier

Hello @deciplex,

Thanks for writing in! Regretfully we do not have a feature that returns all the JSON as an object. You can only display those data by using a Looper Provider and run the {{dc:looper:debug_provider}} dynamic content.

Best Regards.

Hi,
It actually doesn’t answer my question because I don’t user the looper provider here. I use the component’s parameters and send them in groupes to a shortcode like so : [SubscriptionFormShortcode values=’{{dc:param:values type=“json”}}’ messages=’{{dc:param:messages type=“json”}}’ link=’{{dc:param:link type=“json”}}’]

But I’m wondering if there are other types available. Indeed, the JSON break the special characters (exemple : é or à)

Hi,
any idea about this?

Hi @deciplex,

My colleague has already forwarded this to our development team. But, unfortunately, there is no news on this.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.