Padrox Posted June 7, 2023 Share Posted June 7, 2023 (edited) 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 Edited June 7, 2023 by Padrox (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now