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