Skip to content

Commit

Permalink
compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
svewap committed Oct 29, 2024
1 parent eec612c commit ed94902
Showing 1 changed file with 29 additions and 32 deletions.
61 changes: 29 additions & 32 deletions Configuration/FlexForms/gallery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,43 @@
<langDisable>1</langDisable>
</meta>
<sheets>
<!-- Sheet: Settings -->
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>
LLL:EXT:filecollection_gallery/Resources/Private/Language/locallang_be.xlf:flexforms_tab.settings
</sheetTitle>
</TCEforms>
<sheetTitle>
LLL:EXT:filecollection_gallery/Resources/Private/Language/locallang_be.xlf:flexforms_tab.settings
</sheetTitle>
<type>array</type>
<el>
<settings.inlineFileCollection>
<TCEforms>
<label>LLL:EXT:filecollection_gallery/Resources/Private/Language/locallang_be.xlf:flexforms_general.filecollection</label>
<config>
<type>inline</type>
<foreign_table>sys_file_collection</foreign_table>
<size>3</size>
</config>
</TCEforms>
<label>
LLL:EXT:filecollection_gallery/Resources/Private/Language/locallang_be.xlf:flexforms_general.filecollection
</label>
<config>
<type>inline</type>
<foreign_table>sys_file_collection</foreign_table>
<size>3</size>
</config>
</settings.inlineFileCollection>

<settings.fileCollection>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:filecollection_gallery/Resources/Private/Language/locallang_be.xlf:flexforms_general.filecollection</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>sys_file_collection</allowed>
<size>3</size>
<maxitems>50</maxitems>
<minitems>0</minitems>
<show_thumbs>1</show_thumbs>
<wizards>
<suggest>
<type>suggest</type>
</suggest>
</wizards>
</config>
</TCEforms>
<exclude>1</exclude>
<label>
LLL:EXT:filecollection_gallery/Resources/Private/Language/locallang_be.xlf:flexforms_general.filecollection
</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>sys_file_collection</allowed>
<size>3</size>
<maxitems>50</maxitems>
<minitems>0</minitems>
<show_thumbs>1</show_thumbs>
<wizards>
<suggest>
<type>suggest</type>
</suggest>
</wizards>
</config>
</settings.fileCollection>
</el>
</ROOT>
Expand Down

0 comments on commit ed94902

Please sign in to comment.