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
|`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. |
41
41
|`submit`|**Type**: `boolean`<br />**Default**: `false`<br /><br />If set to `true`, submits feedback automatically without opening the modal, using the provided `rating` value. If not set, the default rating of `0` (negative feedback) is sent. |
42
+
|`privacy-policy-text`|**Type**: `string`<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. |
43
+
|`screenshot-taking-text`|**Type**: `string`<br />**Default value**: `Taking screenshot`<br />Text displayed while taking a screenshot.<br /><br />|
44
+
|`canvas-editor-title`|**Type**: `string`<br />**Default value**: `Edit screenshot`<br />Title for the canvas editor modal.<br /><br />|
45
+
|`canvas-editor-cancel-text`|**Type**: `string`<br />**Default value**: `Cancel`<br />Text for the cancel button in the canvas editor.<br /><br />|
46
+
|`canvas-editor-save-text`|**Type**: `string`<br />**Default value**: `Save`<br />Text for the save button in the canvas editor.<br /><br />|
Copy file name to clipboardExpand all lines: docs/customization/text.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,17 @@ The table below lists all the available properties you can override:
35
35
|`modal-title`|**Type**: `string`<br />**Default value**: `Share your feedback`<br />Title of the feedback modal.<br /><br /> |
36
36
|`modal-title-error`|**Type**: `string`<br />**Default value**: `Oops!`<br />Title displayed when there's an error submitting feedback.<br /><br />|
37
37
|`modal-title-success`|**Type**: `string`<br />**Default value**: `Thanks for your feedback!`<br />Title displayed upon successful feedback submission.<br /><br />|
38
-
|`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. |
38
+
|`privacy-policy-text`|**Type**: `string`<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. |
39
39
|`rating-placeholder`|**Type**: `string`<br />**Default value**: `Was this page helpful?`<br />Heading for the feedback rating feature (thumbs).<br /><br />|
40
40
|`rating-stars-placeholder`|**Type**: `string`<br />**Default value**: `How would you rate this page`<br />Heading for the feedback rating feature (stars).<br /><br />|
41
41
|`screenshot-attached-text`|**Type**: `string`<br />**Default**: `Screenshot attached text`<br />Label for the screenshot button when a screenshot has been attached..<br /><br /> |
42
42
|`screenshot-button-text`|**Type**: `string`<br />**Default value**: `Take a Screenshot`<br />Label for the screenshot button.<br /><br /> |
43
+
|`screenshot-taking-text`|**Type**: `string`<br />**Default value**: `Taking screenshot ...`<br />Text displayed while taking a screenshot.<br /><br />|
43
44
|`screenshot-topbar-text`|**Type**: `string`<br />**Default value**: `SELECT AN ELEMENT ON THE PAGE`<br />Instructional text when taking a screenshot.<br /><br />|
44
45
|`send-button-text`|**Type**: `string`<br />**Default value**: `Send`<br />Text for the button that submits feedback.<br /><br /> |
46
+
|`canvas-editor-title`|**Type**: `string`<br />**Default value**: `Edit screenshot`<br />Title for the canvas editor modal.<br /><br />|
47
+
|`canvas-editor-cancel-text`|**Type**: `string`<br />**Default value**: `Cancel`<br />Text for the cancel button in the canvas editor.<br /><br />|
48
+
|`canvas-editor-save-text`|**Type**: `string`<br />**Default value**: `Save`<br />Text for the save button in the canvas editor.<br /><br />|
0 commit comments