Display product attribute in CMSParagraphComponent
78 Views
How can I display any dynamic content in a CMSParagraphComponent?
I tried using ${modelAttribute} notation but the final html rendered simply displays the "${modelAttribute}" rather than rendering the value of modelAttribute in the text.