Skip to content

Commit

Permalink
[FEATURE] Use side-by-side select form forms
Browse files Browse the repository at this point in the history
Use TYPO3 renderType selectMultipleSideBySide to allow for filtering
when selecting a form in the plugin.

This provides better usability when there are many forms.

Related: #934
  • Loading branch information
sypets authored and mschwemer committed Sep 18, 2024
1 parent 24853e3 commit 884e8af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Configuration/FlexForms/FlexformPi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
<label>LLL:EXT:powermail/Resources/Private/Language/locallang_db.xlf:flexform.main.form</label>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<renderType>selectMultipleSideBySide</renderType>
<items type="array">
</items>
<size>1</size>
<minitems>1</minitems>
<maxitems>1</maxitems>
<wizards>
Expand Down

0 comments on commit 884e8af

Please sign in to comment.