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
Copy file name to clipboardExpand all lines: source/includes/_methods.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Field Name | Purpose | Example Value(s) | Field Format
103
103
`classes` | A space delimited list of class names to add to the CTA. | `custom-class1 custom-class2` | String
104
104
`href` | The URL to access when the CTA is clicked. Must begin with `https://`. | `https://www.yourdomain.com/` | String
105
105
`target` | The link target. | `_blank`, `_self` | String
106
-
`onclick` | A function to attach as a click handler to the CTA. | `window.MyIntegation.clickFunction` | Function
106
+
`onclick` | A function to attach as a click handler to the CTA. | `window.MyIntegration.clickFunction` | Function
107
107
`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
108
108
`attributes` | An object of `data-` attributes to add to the CTA. | | String
0 commit comments