Skip to content

Commit 31683ee

Browse files
committed
docs: update layout
1 parent fc33c86 commit 31683ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/customization/layout.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The table below lists all the available properties you can set:
3232
| `hide-privacy-policy` | **Type**: `boolean`<br />**Default value**: `true`<br /><br />Whether to hide the privacy policy checkbox. |
3333
| `hide-ratings` | **Type**: `boolean`<br />**Default value**: `false` <br /><br /> Wether to hide the ratings input. |
3434
| `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. |
3536
| `modal-position` | **Type**: `string`<br />**Default value**: `center`<br />**Available values:** `center`, `sidebar-right`, `sidebar-left`, `top-right`, `top-left`, `bottom-right`, `bottom-left`, `center-right`, `center-left`<br /><br />Position of the feedback modal.|
3637
| `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. |
3738
| `rating-mode` | **Type**: `string`<br />**Default value**: `thumbs` <br /><br /> **Available values:** `thumbs`, `stars`<br /><br />Type of rating system.|

0 commit comments

Comments
 (0)