-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(NOJIRA-123): update form.settings type to have all options (#119)
* feat(type): update form.settings type to have all options I got the list of defaults by creating a new form using the API and inspecting the response as some of the options were not listed on the docs / had different names vs what was specified on the docs. I also reordered the options to match the API response order. Added: - are_uploads_public - autosave_progress (docs have this as `autocomplete_progress`) - free_form_navigation - hide_navigation - pro_subdomain_enabled - show_cookie_consent - show_key_hint_on_choices - show_number_of_submissions - show_question_number - show_time_to_complete - use_lead_qualification Reordered: - language - is_public - progress_bar - show_progress_bar - show_typeform_branding * fix: update defaults to match conventions
- Loading branch information
1 parent
2a92dc5
commit 16ed6f3
Showing
1 changed file
with
87 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters