Fred Issue - Modx link format [[~123]] inside fred elements not working

Resource linkage like [[~123]] inside a Fred element markup does not render a valid url.

You’ll need to add the option remote to the element to get standard MODX tags parsed.
e.g.

{
    "remote": true
}

The reasoning for this not doing it by default is it cuts down on the time needed to render each element.

1 Like