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
{{ message }}
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
var paywall = new InplayerPaywall('50845603-2d99-4734-b96f-69943cd05827',
291
-
[{
292
-
id: 81562,
293
-
options: {
294
-
hideBuyGiftOption: true,
295
-
hideGiftFlowAfterPurchase: true
296
-
}
297
-
}], {
298
-
userMenuPosition: 'right'
299
-
});
300
-
</script>
301
-
```
302
271
303
272
### Additional Global Options
304
273
@@ -394,6 +363,10 @@ To gain a better understanding of all paywall options mentioned above (both per
394
363
|`brandingId`| Sets a global branding theme for all assets on a page. | Number | Global option |
395
364
|`registerFirst`| If `true`, it sets the 'Register screen' as default, as opposed to the 'Login screen'; optional. | Boolean(set `false` by default) | Global option |
396
365
|`ssoDomain`| By providing a valid `ssoDomain`, the SSO feature will be enabled; optional. | String | Global option |
366
+
|`userMenuPosition`| The user menu can be set up to be positioned on the `left` or on the `right`. By default it is positioned on the right. | String | Global option |
367
+
|`hideBuyGiftOption`| Disabling the `buy as a gift` option on the 'Price Options Screen'. | Boolean(set `false` by default) | Asset option |
368
+
|`hideGiftFlowAfterPurchase`| Disabling the `buy as a gift` option on the screen after successful purchase. | Boolean(set `false` by default) | Asset option |
0 commit comments