Skip to content

Commit f5cd893

Browse files
simonschaufigithub-actions[bot]
authored andcommitted
[DOCS] Generate documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 316fe82 commit f5cd893

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

packages/typo3-fractor/docs/typo3-fractor-rules.md

+32-32
Original file line numberDiff line numberDiff line change
@@ -148,38 +148,38 @@ Migrates indexed item array keys to associative for type select, radio and check
148148
<sheetTitle>Sheet Title</sheetTitle>
149149
<type>array</type>
150150
<el>
151-
<selectSingleColumn>
152-
<config>
153-
<type>select</type>
154-
<renderType>selectSingle</renderType>
155-
<items type="array">
156-
<numIndex index="0" type="array">
157-
- <numIndex index="0"/>
158-
- <numIndex index="1"/>
159-
+ <label/>
160-
+ <value/>
161-
</numIndex>
162-
<numIndex index="1" type="array">
163-
- <numIndex index="0">Label 1</numIndex>
164-
- <numIndex index="1">1</numIndex>
165-
+ <label>Label 1</label>
166-
+ <value>1</value>
167-
</numIndex>
168-
<numIndex index="2" type="array">
169-
- <numIndex index="0">Label 2</numIndex>
170-
- <numIndex index="1">2</numIndex>
171-
+ <label>Label 2</label>
172-
+ <value>2</value>
173-
</numIndex>
174-
<numIndex index="3" type="array">
175-
- <numIndex index="0">Label 3</numIndex>
176-
- <numIndex index="1">3</numIndex>
177-
+ <label>Label 3</label>
178-
+ <value>3</value>
179-
</numIndex>
180-
</items>
181-
</config>
182-
</selectSingleColumn>
151+
<selectSingleColumn>
152+
<config>
153+
<type>select</type>
154+
<renderType>selectSingle</renderType>
155+
<items type="array">
156+
<numIndex index="0" type="array">
157+
- <numIndex index="0"/>
158+
- <numIndex index="1"/>
159+
+ <label/>
160+
+ <value/>
161+
</numIndex>
162+
<numIndex index="1" type="array">
163+
- <numIndex index="0">Label 1</numIndex>
164+
- <numIndex index="1">1</numIndex>
165+
+ <label>Label 1</label>
166+
+ <value>1</value>
167+
</numIndex>
168+
<numIndex index="2" type="array">
169+
- <numIndex index="0">Label 2</numIndex>
170+
- <numIndex index="1">2</numIndex>
171+
+ <label>Label 2</label>
172+
+ <value>2</value>
173+
</numIndex>
174+
<numIndex index="3" type="array">
175+
- <numIndex index="0">Label 3</numIndex>
176+
- <numIndex index="1">3</numIndex>
177+
+ <label>Label 3</label>
178+
+ <value>3</value>
179+
</numIndex>
180+
</items>
181+
</config>
182+
</selectSingleColumn>
183183
</el>
184184
</ROOT>
185185
</sDEF>

0 commit comments

Comments
 (0)