
PageBuilder
Visual section builder for MODX 3: draft and publish without overwriting resource content


Version: Pro (advanced-fields).
A link object, not a single URL string. Keys: label, url, target. Default target is _self. The inspector chips can insert a UTM token into url.
{
"name": "cta",
"type": "link",
"label": "Link"
}{
"cta": {
"label": "Details",
"url": "/about",
"target": "_self"
}
}<a href="{$cta.url|escape}" target="{$cta.target|escape}">{$cta.label|escape}</a>