Sha256: e67c532f80b4df5a456c8dd03faa3a44d831152c413a053796e7ab275914e004
Contents?: true
Size: 307 Bytes
Versions: 71
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # This form contains the presentational and validation logic to update # ContextualHelpSections in batch from the admin panel. class HelpSectionsForm < Decidim::Form attribute :sections, Array[HelpSectionForm] end end end
Version data entries
71 entries across 71 versions & 1 rubygems