Skip to content

Commit

Permalink
chore(TU-11776): Update developers portal docs (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathio authored Apr 24, 2024
1 parent f825782 commit 8e8ef98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ If you embed via HTML, you need to pass optinos as attributes with `data-tf-` pr
| container | HTMLElement | specify element to place the embed into, only for widget, required | current element when embedding as HTML, otherwise `undefined` |
| position | string | slider position: `right` or `left` | `right` |
| size | number | size of the popup in percentage | `100` (100% size, fullscreen popup) |
| width | number | width of the embed in pixels (for popup you can specify `size` instead) | `undefined` |
| height | number | height of the embed in pixels, supported by all embeds except slider (for popup you can specify `size` instead) | `undefined` |
| width | number / string | width of the embed - number in pixels or string including units (for popup you can specify `size` instead) | `undefined` |
| height | number / string | height of the embed - number in pixels or string including units, supported by all embeds except slider (for popup you can specify `size` instead) | `undefined` |
| hidden | object | [hidden fields](https://help.typeform.com/hc/en-us/articles/360050448072-Hidden-fields-explained) to be passed to the form in [URL hash](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash) | `undefined` |
| tracking | object | [tracking parameters](https://help.typeform.com/hc/en-us/articles/360050914311-What-is-UTM-tracking-) to be passed to the form in [URL query string](https://developer.mozilla.org/en-US/docs/Web/API/URL/search) | `undefined` |
| domain | string | domain name of the environment the SDK should run against | `"https://form.typeform.com"` |
Expand Down

0 comments on commit 8e8ef98

Please sign in to comment.