app/controllers/caboose/themes_controller.rb in caboose-cms-0.9.191 vs app/controllers/caboose/themes_controller.rb in caboose-cms-0.9.192
- old
+ new
@@ -93,9 +93,16 @@
when 'note_error_bg' then theme.note_error_bg = value
when 'note_loading_bg' then theme.note_loading_bg = value
when 'note_success_bg' then theme.note_success_bg = value
when 'nav_lineheight_offset' then theme.nav_lineheight_offset = value
+ when 'mobile_header_height' then theme.mobile_header_height = value
+ when 'mobile_logo_width' then theme.mobile_logo_width = value
+ when 'mobile_logo_height' then theme.mobile_logo_height = value
+ when 'mobile_logo_top_padding' then theme.mobile_logo_top_padding = value
+ when 'constrain_footer' then theme.constrain_footer = value
+ when 'heading_base_font_size' then theme.heading_base_font_size = value
+
end
end
resp.success = save && theme.save
render :json => resp
end
\ No newline at end of file