/
Functions
Functions
The linksappfn
function is added to the freemarker context attributes.
When using the Links Rich Text Field, the text to render has to be decoded with the linksappfn
function and cannot use cmsfn
. With the standard magnolia function the links will not transformed correct.
Replace
[#assign textDecoded = cmsfn.decode(content).linksRichText!]
${textDecoded}
with
[#assign textDecoded = linksappfn.decode(content).linksRichText!]
${textDecoded}
to get the links added to the rich text editor displayed correct.
, multiple selections available,
Related content
What is installed
What is installed
More like this
Fields
Fields
More like this
Links Module
Links Module
More like this
Configuration
Configuration
More like this
Scheduled check
Scheduled check
More like this
Roles
Roles
More like this
------------------------------
Copyright esense GmbH 2023