瀏覽代碼

remove the min items requirement for opentalent carousel content

Olivier Massot 2 年之前
父節點
當前提交
32966d0c5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ot_templating/Resources/Private/Templates/Content/Carousel.html

+ 1 - 1
ot_templating/Resources/Private/Templates/Content/Carousel.html

@@ -23,7 +23,7 @@
             <flux:field.input name="width" eval="trim" default="600" label="LLL:EXT:ot_templating/Resources/Private/Language/locallang.xlf:width_in_pixels"/>
             <flux:field.input name="height" eval="trim" default="400" label="LLL:EXT:ot_templating/Resources/Private/Language/locallang.xlf:height_in_pixels"/>
 
-            <flux:field.inline.fal name="images" minItems="2" maxItems="24"/>
+            <flux:field.inline.fal name="images" maxItems="24"/>
 
         </flux:form>
     </f:section>