Skip to content

Commit

Permalink
[TASK] Add TCA user element without renderType
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Jun 26, 2023
1 parent a8674f1 commit 90c9b16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Configuration/TCA/tx_styleguide_elements_basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@
'required' => true,
],
],

'inputdatetime_1' => [
'label' => 'inputdatetime_1',
'description' => 'eval=date',
Expand Down Expand Up @@ -1422,6 +1423,13 @@
],
],
],
'user_2' => [
'label' => 'user_2',
'description' => 'no renderType',
'config' => [
'type' => 'user',
],
],

'flex_1' => [
'label' => 'flex_1',
Expand Down Expand Up @@ -1711,7 +1719,7 @@
--div--;passthrough,
passthrough_1, passthrough_2,
--div--;user,
user_1,
user_1, user_2,
--div--;in flex,
flex_1,
--div--;meta,
Expand Down
1 change: 1 addition & 0 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ CREATE TABLE tx_styleguide_elements_basic (
passthrough_2 text,

user_1 text,
user_2 text,

flex_1 text
);
Expand Down

0 comments on commit 90c9b16

Please sign in to comment.