Skip to content

Commit

Permalink
[TASK] TCA renderType unknown example
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Jun 26, 2023
1 parent 90c9b16 commit a3e349b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Configuration/TCA/tx_styleguide_elements_basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,15 @@
],
],

'unknown_1' => [
'label' => 'unknown_1',
'description' => 'default',
'config' => [
'type' => 'input',
'renderType' => 'unknown',
],
],

'flex_1' => [
'label' => 'flex_1',
'config' => [
Expand Down Expand Up @@ -1720,6 +1729,8 @@
passthrough_1, passthrough_2,
--div--;user,
user_1, user_2,
--div--;unknown,
unknown_1,
--div--;in flex,
flex_1,
--div--;meta,
Expand Down
2 changes: 2 additions & 0 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ CREATE TABLE tx_styleguide_elements_basic (
user_1 text,
user_2 text,

unknown_1 text,

flex_1 text
);

Expand Down

0 comments on commit a3e349b

Please sign in to comment.