Skip to content

Commit

Permalink
[FEATURE] Add multi-thumbnail mode (Related to #16)
Browse files Browse the repository at this point in the history
Added missing conditions in flexform
  • Loading branch information
jonathanheilmann committed Sep 30, 2016
1 parent 0db60ef commit d2d64c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/FlexForms/pi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:jh_photoswipe/Resources/Private/Language/locallang.xlf:pi1_flexform.sheetOptions.image_noRows</label>
<displayCond>FIELD:switchableControllerActions:=:Pi1->multiThumbnail</displayCond>
<config>
<type>check</type>
<default>0</default>
Expand All @@ -200,6 +201,7 @@
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:jh_photoswipe/Resources/Private/Language/locallang.xlf:pi1_flexform.sheetOptions.imageborder</label>
<displayCond>FIELD:switchableControllerActions:=:Pi1->multiThumbnail</displayCond>
<config>
<type>check</type>
<default>0</default>
Expand All @@ -210,6 +212,7 @@
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:jh_photoswipe/Resources/Private/Language/locallang.xlf:pi1_flexform.sheetOptions.imagecaption_position</label>
<displayCond>FIELD:switchableControllerActions:=:Pi1->multiThumbnail</displayCond>
<config>
<type>select</type>
<items type="array">
Expand Down

0 comments on commit d2d64c6

Please sign in to comment.