diff options
author | slice <ryaneft@gmail.com> | 2019-03-30 20:03:56 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-31 05:03:56 +0200 |
commit | 59cce07601cbac40c8e6f5af593ea957a57d209f (patch) | |
tree | a109c5cdeca9454fdba7d38af8cd92b6d4dcbd5e /app | |
parent | abecaba317b3c28040efba2d3b84397ffbe85603 (diff) |
Add thumbnail, hero, and mascot back to Form::AdminSettings::KEYS (#10430)
These will allow these images to be uploaded again on the admin settings page.
Diffstat (limited to 'app')
-rw-r--r-- | app/models/form/admin_settings.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/form/admin_settings.rb b/app/models/form/admin_settings.rb index 2d3aa726d..85a6e6dff 100644 --- a/app/models/form/admin_settings.rb +++ b/app/models/form/admin_settings.rb @@ -25,6 +25,9 @@ class Form::AdminSettings preview_sensitive_media custom_css profile_directory + thumbnail + hero + mascot ).freeze BOOLEAN_KEYS = %i( |