You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`type` | The style of CTA that should be inserted. | `default`, `primary` | String
99
99
`classes` | A space delimited list of class names to add to the CTA. | `custom-class1 custom-class2` | String
100
-
`href` | The URL to access when the CTA is clicked. | `https://www.yourdomain.com/` | String
100
+
`href` | The URL to access when the CTA is clicked. Must begin with `https://`. | `https://www.yourdomain.com/` | String
101
101
`target` | The link target. | `_blank`, `_self` | String
102
102
`onclick` | A function to attach as a click handler to the CTA. | `window.MyIntegation.clickFunction` | Function
103
103
`text` | An object supplying text for the CTA in one or more languages. `en_US` is required at minimum. `fr_CA` is highly recommended. | See usage example | Object
@@ -346,7 +346,7 @@ The available options for the `button` type are as follows:
346
346
347
347
Field Key | Example Value | Field Format | Purpose
0 commit comments