Last updated 5 months ago
Was this helpful?
Setting an anchor in a template file will list it and allow it to be linked to from the Link Panel in the Editor.
<div id="@anchor("myAnchor")"></div>
And using a property:
<div id="@anchor(myAnchorProperty)"></div>
See also in the hooks file.