Sha256: f6ba28b1abebb310793b4485c04e03a0194bcfceaae3ccb49ecdfb5d465e3a71
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
<%= render Koi::Content::Editor::ItemFormComponent.new(model: figure, url: path) do |form| %> <%= form.govuk_image_field :image do %> <%= form.govuk_text_field :heading, label: { text: "Alternate text", size: "s" } %> <%= form.govuk_text_field :caption, label: { text: "Caption (optional)", size: "s" }, optional: true %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katalyst-koi-4.3.0.beta.3 | app/views/katalyst/content/figures/_figure.html+form.erb |
katalyst-koi-4.3.0.beta.2 | app/views/katalyst/content/figures/_figure.html+form.erb |