Sha256: 067b3a34ac74b6ce37b7fd8c07515ee1bd635a8996bbe248139e3dcf91bd8703
Contents?: true
Size: 312 Bytes
Versions: 6
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals module Admin class UpdateProposalState < Decidim::Commands::UpdateResource include TranslatableAttributes fetch_form_attributes :title, :text_color, :bg_color, :announcement_title, :component end end end end
Version data entries
6 entries across 6 versions & 1 rubygems