Hey there,
I'm making a module to display something on the FO, this the content of my inputfield in the 'Configure' module area:
<h1>This is some custom text</h1> <p></p> <p><strong>Strong text</strong></p>
And it results to:
After I keep that in the Configuration::updateValue as usual and I feed it to smarty to be used in my template.
{if (isset($promotionbanner_description))} <div class="description"> {$promotionbanner_description} </div> {/if}
But in the FO it looks like that:
even though it looks like that in the BO after I saved:
Any idea for my FO to display the stylized text as it is rendered in the BO.
Thanks in advance,
Padrox