Skip to content

Commit

Permalink
[DOCS] Generate documentation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sabbelasichon authored and github-actions[bot] committed Jan 9, 2024
1 parent f3f8d2a commit 3a60eee
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions docs/all_rectors_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4513,20 +4513,31 @@ The property `$TSFE->renderCharset` is now always set to utf-8

## RenderTypeFlexFormRector

Add renderType node in Flexforms xml
Add renderType node in FlexForm

- class: [`Ssch\TYPO3Rector\FileProcessor\FlexForms\Rector\v7\v6\RenderTypeFlexFormRector`](../src/FileProcessor/FlexForms/Rector/v7/v6/RenderTypeFlexFormRector.php)

```diff
<type>select</type>
+<renderType>selectSingle</renderType>
<items>
<numIndex index="0" type="array">
<numIndex index="0">
LLL:EXT:news/Resources/Private/Language/locallang_be.xlf:flexforms_general.no-constraint
</numIndex>
</numIndex>
</items>
<T3DataStructure>
<ROOT>
<sheetTitle>aTitle</sheetTitle>
<type>array</type>
<el>
<a_select_field>
<label>Select field</label>
<config>
<type>select</type>
+ <renderType>selectSingle</renderType>
<items>
<numIndex index="0" type="array">
<numIndex index="0">Label</numIndex>
</numIndex>
</items>
</config>
</a_select_field>
</el>
</ROOT>
</T3DataStructure>
```

<br>
Expand Down

0 comments on commit 3a60eee

Please sign in to comment.