Skip to content

Commit

Permalink
WEB-3379: Reactivate autoplay option for sliders by deactivated by de…
Browse files Browse the repository at this point in the history
…fault (for accessibility reason)
  • Loading branch information
mpeeters committed Aug 21, 2020
1 parent 2e5c8d0 commit eb3e388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
0.13.39 (unreleased)
--------------------

- WEB-3379: Reactivate autoplay option for sliders by deactivated by default (for accessibility reason)
[mpeeters]

- WEB-3363: Add a focus trap on overlay
[mpeeters]

Expand Down
2 changes: 1 addition & 1 deletion cpskin/core/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ICPSkinSettings(Interface):
title=_(u'Auto play slider'),
description=_(u'Is the front page slider automatically play?'),
required=False,
default=True
default=False
)

slider_timer = schema.Int(
Expand Down

0 comments on commit eb3e388

Please sign in to comment.