FEATURE: Can create stylesheets for embedded comments

This commit is contained in:
Robin Ward
2015-08-06 17:18:00 -04:00
parent 0932e82508
commit bd631e343a
14 changed files with 77 additions and 47 deletions

View File

@ -78,7 +78,7 @@ class Admin::SiteCustomizationsController < Admin::AdminController
:mobile_stylesheet, :mobile_header, :mobile_top, :mobile_footer,
:head_tag, :body_tag,
:position, :enabled, :key,
:stylesheet_baked)
:stylesheet_baked, :embedded_css)
end
def log_site_customization_change(old_record, new_params)