Sha256: 978de907003d29bdfc108c351665c268432b72ad5a0d3e0051aff8c2c1cb1580
Contents?: true
Size: 624 Bytes
Versions: 18
Compression:
Stored size: 624 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 if PaperTrail support is used # config.with_paper_trail = false # 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
18 entries across 18 versions & 2 rubygems