Skip to content

Commit fa8168b

Browse files
committed
fix: disable autoplay by default since it's not accessible
1 parent 9b12864 commit fa8168b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/carousel-web/src/Carousel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<caption>Navigation controls</caption>
2626
<description />
2727
</property>
28-
<property key="autoplay" type="boolean" defaultValue="true">
28+
<property key="autoplay" type="boolean" defaultValue="false">
2929
<caption>Auto play</caption>
3030
<description />
3131
</property>

0 commit comments

Comments
 (0)