Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 9a951fd

Browse files
authored
Merge pull request #80 from lhoeg/master
Add new unexpected param from Typeform show_time_to_complete
2 parents 9815b89 + 5204dae commit 9a951fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/create_api_gem/forms/settings/settings.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class Settings
2424
def initialize(redirect_after_submit_url: nil, show_typeform_branding: nil, progress_bar: nil,
2525
show_progress_bar: nil, description: nil, allow_indexing: nil, image: nil, language: nil,
2626
is_public: nil, is_trial: nil, google_analytics: nil, facebook_pixel: nil,
27-
google_tag_manager: nil, notifications: nil, are_uploads_public: nil)
27+
google_tag_manager: nil, notifications: nil, are_uploads_public: nil,
28+
show_time_to_complete: nil)
2829

2930
@redirect_after_submit_url = redirect_after_submit_url
3031
@show_typeform_branding = show_typeform_branding

0 commit comments

Comments
 (0)