Change default for auto_play_fit to false for a11y (#4132)
This is per issue #3876
This commit is contained in:
parent
1c6cbdd4e4
commit
4aa6cd66fc
|
@ -17,7 +17,7 @@ defaults: &defaults
|
||||||
closed_registrations_message: ''
|
closed_registrations_message: ''
|
||||||
open_deletion: true
|
open_deletion: true
|
||||||
boost_modal: false
|
boost_modal: false
|
||||||
auto_play_gif: true
|
auto_play_gif: false
|
||||||
delete_modal: true
|
delete_modal: true
|
||||||
system_font_ui: false
|
system_font_ui: false
|
||||||
notification_emails:
|
notification_emails:
|
||||||
|
|
Loading…
Reference in New Issue