katalyst-content 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce423d4d4bb7d893c648269c366f476cbd96608d9d28fbf29a2bcbf169f5de9f
4
- data.tar.gz: bf06500cb74acb31718e604fc307b588239a202df76a5ba0f99b2f7e0920b4a7
3
+ metadata.gz: fb3b9ee3efb967450397857049504a2fdc5e4cc845fbd9a53f3e51d728c578ba
4
+ data.tar.gz: b0befb4e9df360379236e4520f0e86a97f7daaaa4e3a38d83bf7066e2ce3def7
5
5
  SHA512:
6
- metadata.gz: 529034763b15a240a55240beaf396cd635228762cda698724bc8d2ae4b157f1fafb31e53f3a454677f5304d8d0a996cce9892dcef10bf11939ac781e84cc586f
7
- data.tar.gz: d950bc7a15c6f62a996dd172e32ae4a1b3209d6d49a372a88654cc8aae012f29d438b30fa67bea45c3611e7c57272e7617b88223f4d59c4a50db9f7f042cafa2
6
+ metadata.gz: b4d094dcd0b84d54d521e75b8d4cd75f766e957a15642dbc065f4a0fae00aa7646719a4f1dfa2fe7309481f32e74e02cf0db9d88ce0ecbc0c3fcbdcb3ffbeba6
7
+ data.tar.gz: 9666b55c1a490a23e2deb084f4277b75380ba759be9f2071a7b593287c7b05ea14be776ec4e5dc13275c4d2c0ec80a829aa6f3db2db5412857f1b7d6910294bc
@@ -1,9 +1,8 @@
1
1
  <%# locals: (form:, figure:) %>
2
2
 
3
- <%= form.govuk_image_field(:image) do %>
4
- <%= form.govuk_text_field(:heading, label: { text: "Alternate text" }) %>
5
- <%= form.govuk_text_field(:caption, label: { text: "Caption (optional)" }, optional: true) %>
6
- <% end %>
3
+ <%= form.govuk_image_field(:image) %>
4
+ <%= form.govuk_text_field(:heading, label: { text: "Alternate text" }) %>
5
+ <%= form.govuk_text_field(:caption, label: { text: "Caption (optional)" }) %>
7
6
 
8
7
  <%= form.content_theme_field %>
9
8
  <%= form.content_visible_field %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  - !ruby/object:Gem::Version
229
229
  version: '0'
230
230
  requirements: []
231
- rubygems_version: 4.0.10
231
+ rubygems_version: 4.0.16
232
232
  specification_version: 4
233
233
  summary: Rich content page builder and editor
234
234
  test_files: []