Sha256: d01d6466f12061f98f966fb64e5315bcb0bea1410321f12041099f352dd21446
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
RailsAdminCMS.config do |config| # Defines the base controller inherited from # config.parent_controller = ::ApplicationController # Defines the base mailer inherited from # config.parent_mailer = ::ApplicationMailer # Defines the maximum number of fields a Form defined admin side has # * it is important to note that rake cms:adjust_max_size needs to be run if that number changes # config.custom_form_max_size = 20 # Defines if Forms defined admin side need their body to be editable # config.with_email_body = false end
Version data entries
2 entries across 2 versions & 1 rubygems