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: README.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
@@ -44,6 +44,7 @@ Properties used to customise the rendering:
44
44
| asyncScriptOnLoad | func |*optional* callback when the google recaptcha script has been loaded |
45
45
| badge | enum |*optional*`bottomright`, `bottomleft` or `inline`. Positions reCAPTCHA badge. *Only for invisible reCAPTCHA*|
46
46
| hl | string |*optional* set the hl parameter, which allows the captcha to be used from different languages, see [reCAPTCHA hl]|
47
+
| isolated | bool | *optional* For plugin owners to not interfere with existing reCAPTCHA installations on a page. If true, this reCAPTCHA instance will be part of a separate ID space. *(__default:__`false`)*
47
48
| onChange | func | The function to be called when the user successfully completes the captcha |
48
49
| onErrored | func |*optional* callback when the challenge errored, most likely due to network issues. |
49
50
| onExpired | func |*optional* callback when the challenge is expired and has to be redone by user. By default it will call the onChange with null to signify expired callback. |
@@ -53,7 +54,6 @@ Properties used to customise the rendering:
53
54
| tabindex | number | *optional* The tabindex on the element *(__default:__`0`)*
54
55
| type | enum | *optional*`image` or `audio` The type of initial captcha *(__defaults:__`image`)*
55
56
| theme | enum | *optional*`light` or `dark` The theme of the widget *(__defaults:__`light`)*. See [example][docs_theme]
56
-
| isolated | bool | *optional* For plugin owners to not interfere with existing reCAPTCHA installations on a page. If true, this reCAPTCHA instance will be part of a separate ID space. *(__default:__`false`)*
0 commit comments