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: docs/customization/layout.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The table below lists all the available properties you can set:
32
32
|`hide-privacy-policy`|**Type**: `boolean`<br />**Default value**: `true`<br /><br />Whether to hide the privacy policy checkbox. |
33
33
|`hide-ratings`|**Type**: `boolean`<br />**Default value**: `false` <br /><br /> Wether to hide the ratings input. |
34
34
|`hide-screenshot-button`|**Type**: `boolean`<br />**Default value**: `false`<br /><br />Whether to hide the screenshot button.|
35
+
|`is-email-required`|**Type**: `boolean`<br />**Default value**: `false`<br /><br />When set to `true`, users must provide an email address to submit feedback. Tip: Remember to also update the [`email-placeholder`](text) property to remove "(optional)" from the text when using this option. |
0 commit comments