Skip to content

Commit

Permalink
[TASK] TCA elements_basic input_38 inputLink with allowedExtensions
Browse files Browse the repository at this point in the history
Related: #82861
  • Loading branch information
lolli42 committed Nov 1, 2017
1 parent 7b6caf6 commit c3cc88c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Configuration/TCA/tx_styleguide_elements_basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,21 @@
],
],
],
'input_38' => [
'exclude' => 1,
'label' => 'input_29 inputLink allowedExtensions=png',
'config' => [
'type' => 'input',
'renderType' => 'inputLink',
'fieldControl' => [
'linkPopup' => [
'options' => [
'allowedExtensions' => 'png',
]
]
],
],
],


'inputdatetime_1' => [
Expand Down Expand Up @@ -1374,7 +1389,7 @@
--div--;input,
input_1, input_2, input_3, input_4, input_5, input_8, input_9, input_10,
input_11, input_12, input_13, input_15, input_16, input_19, input_20,
input_21, input_22, input_23, input_24, input_25, input_26, input_27, input_14, input_28, input_29, input_30,
input_21, input_22, input_23, input_24, input_25, input_26, input_27, input_14, input_28, input_29, input_38, input_30,
input_31, input_32, input_33, input_35, input_36, input_34, input_37,
--div--;inputDateTime,
inputdatetime_1, inputdatetime_2, inputdatetime_3, inputdatetime_4, inputdatetime_5,
Expand Down
1 change: 1 addition & 0 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ CREATE TABLE tx_styleguide_elements_basic (
input_35 text,
input_36 text,
input_37 text,
input_38 text,

inputdatetime_1 text,
inputdatetime_2 date,
Expand Down

0 comments on commit c3cc88c

Please sign in to comment.