LISE - use {udt} tag in editor
Posted: Mon Feb 27, 2017 2:44 pm
Hello,
I would like to be able to use some {udt} in my wysiwyg editor in LISE module. When I put {udt} directly in the template it is working good, but I need to have opportunity to use it anywhere - that's why I use it in edior. For example:
my_udt: echo 'This is What I Want';
Now on my page I have:
txt paragraph
{my_udt}
txt paragraph
As a result I would get:
txt paragraph
This is What I Want
txt paragraph
Can anyone help me?
I would like to be able to use some {udt} in my wysiwyg editor in LISE module. When I put {udt} directly in the template it is working good, but I need to have opportunity to use it anywhere - that's why I use it in edior. For example:
my_udt: echo 'This is What I Want';
Now on my page I have:
txt paragraph
{my_udt}
txt paragraph
As a result I would get:
txt paragraph
This is What I Want
txt paragraph
Can anyone help me?