Skip to content

Commit

Permalink
fix: output correct attribute types in flexform
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Sep 4, 2024
1 parent d5db97a commit ff443b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Classes/DataProcessing/FlexFormProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ public function process(
0,
'T3FlexForms',
0,
$flexFormTools->flexArray2Xml_options
[
...$flexFormTools->flexArray2Xml_options,
'disableTypeAttrib' => 0,
]
)
);

Expand Down

0 comments on commit ff443b4

Please sign in to comment.