Sha256: f8187f93465fb5eb2d19fe4a50fd77a3923ac52c2d6736d76aecaeb1f6299f66
Contents?: true
Size: 623 Bytes
Versions: 3
Compression:
Stored size: 623 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome module Admin class IntergramForm < Decidim::Form attribute :chat_id, String attribute :require_login, Boolean attribute :color, String attribute :use_floating_button, Boolean attribute :title_open, String attribute :title_closed, String attribute :intro_message, String attribute :auto_response, String attribute :auto_no_response, String def color super || current_organization.colors["secondary"] || "#E91E63" end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems