Forum Discussion

Yulia-Anaplan's avatar
4 years ago

Unicode instead of left and right tags

Greetings, One of our admins is experiencing a weird issue in the custom content inside the Admin section. When they open custom content for changing a parameter of the <@component ... />, left a...
  • jeffshurtliff's avatar
    jeffshurtliff
    4 years ago

    Yulia-Anaplan Oh I see, thanks for the clarification.

    In that case, I would recommend wrapping the text in the noautoesc directive as shown below and see if that does the trick.

    <#noautoesc><@component id="component-id" param="1" /></#noautoesc>

    Hope this helps!