Skip to content

Commit

Permalink
[BUGFIX] Add dummy field in dummy DS
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 26, 2025
1 parent 57d4a97 commit bf0ead7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'config' => [
'type' => 'flex',
'ds' => [
'default' => '<T3DataStructure><ROOT><el></el></ROOT></T3DataStructure>'
'default' => '<T3DataStructure><ROOT><el><dummy><config><type>input</type></config></dummy></el></ROOT></T3DataStructure>'
]
]
],
Expand All @@ -57,7 +57,7 @@
'config' => [
'type' => 'flex',
'ds' => [
'default' => '<T3DataStructure><ROOT><el></el></ROOT></T3DataStructure>'
'default' => '<T3DataStructure><ROOT><el><dummy><config><type>input</type></config></dummy></el></ROOT></T3DataStructure>'
]
]
],
Expand Down
4 changes: 2 additions & 2 deletions Configuration/TCA/content_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
'config' => [
'type' => 'flex',
'ds' => [
'default' => '<T3DataStructure><ROOT><el></el></ROOT></T3DataStructure>',
'default' => '<T3DataStructure><ROOT><el><dummy><config><type>input</type></config></dummy></el></ROOT></T3DataStructure>',
],
],
],
Expand All @@ -128,7 +128,7 @@
'config' => [
'type' => 'flex',
'ds' => [
'default' => '<T3DataStructure><ROOT><el></el></ROOT></T3DataStructure>',
'default' => '<T3DataStructure><ROOT><el><dummy><config><type>input</type></config></dummy></el></ROOT></T3DataStructure>',
],
],
],
Expand Down

0 comments on commit bf0ead7

Please sign in to comment.