Skip to content

Commit

Permalink
[TASK] Change field type from select field to input, this give editor…
Browse files Browse the repository at this point in the history
…s more freedom to input data at their will
  • Loading branch information
toniwv authored and Riiiad committed Jan 17, 2024
1 parent d8082b6 commit ffbad33
Showing 1 changed file with 4 additions and 44 deletions.
48 changes: 4 additions & 44 deletions Configuration/FlexForms/flexform_profile_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,57 +91,17 @@
<TCEforms>
<label>LLL:EXT:academic_persons/Resources/Private/Language/locallang_be.xlf:flexform.el.resultsPerPage.label</label>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<items>
<numIndex index="0" type="array">
<numIndex index="0">12</numIndex>
<numIndex index="1">12</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">24</numIndex>
<numIndex index="1">24</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">36</numIndex>
<numIndex index="1">36</numIndex>
</numIndex>
<numIndex index="3" type="array">
<numIndex index="0">48</numIndex>
<numIndex index="1">48</numIndex>
</numIndex>
</items>
<type>input</type>
<size>2</size>
</config>
</TCEforms>
</settings.pagination.resultsPerPage>
<settings.pagination.numberOfLinks>
<TCEforms>
<label>LLL:EXT:academic_persons/Resources/Private/Language/locallang_be.xlf:flexform.el.numberOfLinks.label</label>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<items>
<numIndex index="0" type="array">
<numIndex index="0">3</numIndex>
<numIndex index="1">3</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">5</numIndex>
<numIndex index="1">5</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">7</numIndex>
<numIndex index="1">7</numIndex>
</numIndex>
<numIndex index="3" type="array">
<numIndex index="0">9</numIndex>
<numIndex index="1">9</numIndex>
</numIndex>
<numIndex index="4" type="array">
<numIndex index="0">11</numIndex>
<numIndex index="1">11</numIndex>
</numIndex>
</items>
<type>input</type>
<size>2</size>
</config>
</TCEforms>
</settings.pagination.numberOfLinks>
Expand Down

0 comments on commit ffbad33

Please sign in to comment.