Skip to content

Commit

Permalink
[TASK] Migrate carousel interal to type number
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 11, 2024
1 parent cdab578 commit 32c1e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/FlexForms/Carousel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<label>LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:carousel.interval
</label>
<config>
<type>input</type>
<type>number</type>
<size>8</size>
<default>5000</default>
<eval>required,int</eval>
<required>true</required>
</config>
</interval>
<transition>
Expand Down

0 comments on commit 32c1e1d

Please sign in to comment.