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
|`hide-privacy-policy`|**Type**: `boolean`<br />**Default value**: `true`<br /><br />Whether to hide the privacy policy checkbox. |
34
34
|`privacy-policy-text`|**Type**: `boolean`<br />**Default value**: `I have read and expressly consent to the terms of the <a href='https://pushfeedback.com/privacy'>Privacy Policy</a>.`<br /><br />Privacy policy text. |
35
-
|`rating`|**Type**: `number`<br />**Default value**: None <br /><br /> Rating selected by default. **Available values:** 1...5. In `thumbs` mode,`0`means thumbs down and `1`thumbs up.|
35
+
|`rating`|**Type**: `number`<br />**Default value**: -1 (neutral) <br /><br /> Rating selected by default. **Available values:**`stars` mode: 1...5. `thumbs` mode:`0`dislike and `1` like. `-1`means neutral in both modes. |
36
36
|`hide-ratings`|**Type**: `boolean`<br />**Default value**: `false` <br /><br /> Wether to hide the ratings input. |
|`sessionId`|**Type**: `string`<br />**Default value**: Autogenerated <br /><br /> Identifies the current user session. By default, this value is autogenerated if not provided. You can override it to specify a custom session ID, which can be useful for tracking or linking specific sessions across different analytics tools. |
0 commit comments