govuk_design_system_formbuilder 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bec1bab9191040f7f1c63377dd36f9a662de2f46f29cbaf79722a51fffbb044
|
4
|
+
data.tar.gz: f99522c38fc58a1ec28b5041c6e934415a44e16a8bdc3e9891a009d8822efdca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f007e7563e95ff2d4e45ffb393248b7cc268575940787545f9cd6de5ea70fd1a46326c71ffbfd0b213e8c385723f2b024d6c0de9d4f1c519df665a391096fe21
|
7
|
+
data.tar.gz: 44a373662b919477b9434151f3d1268781878d4bf428381870561b177219ee2b3d7c950fdd1ffb2f86d329e522912b442dc7833606332b791aaef4b030c02de6
|
@@ -57,8 +57,8 @@ module GOVUKDesignSystemFormBuilder
|
|
57
57
|
# * +:default_error_summary_turbo_prefix+ is used to disable turbo/turbolinks from
|
58
58
|
# handling clicks on links in the error summary. When it's a string (eg,
|
59
59
|
# turbo), that will result in links with the attribute 'data-turbo=false'.
|
60
|
-
# When nil, no data attribute will be added. Defaults to
|
61
|
-
#
|
60
|
+
# When nil, no data attribute will be added. Defaults to turbo since Rails 7,
|
61
|
+
# change to 'turbolinks' for Rails 6.1
|
62
62
|
#
|
63
63
|
# * +:localisation_schema_fallback+ sets the prefix elements for the array
|
64
64
|
# used to build the localisation string. The final two elements are always
|
@@ -88,7 +88,7 @@ module GOVUKDesignSystemFormBuilder
|
|
88
88
|
default_error_summary_title: 'There is a problem',
|
89
89
|
default_error_summary_presenter: Presenters::ErrorSummaryPresenter,
|
90
90
|
default_error_summary_error_order_method: nil,
|
91
|
-
default_error_summary_turbo_prefix: '
|
91
|
+
default_error_summary_turbo_prefix: 'turbo',
|
92
92
|
default_collection_check_boxes_include_hidden: true,
|
93
93
|
default_collection_radio_buttons_include_hidden: true,
|
94
94
|
default_submit_validate: false,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_design_system_formbuilder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Yates
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deep_merge
|