Skip to content

Commit

Permalink
[TASK] merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
achimfritz committed Nov 29, 2024
2 parents 667d10b + 3ebaa6e commit a54e4a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
'config' => [
'type' => 'link',
'size' => 30,
'appearance' => [
'browserTitle' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header_link_formlabel',
],
],
],
]);
Expand All @@ -41,7 +44,7 @@
'type' => 'input',
'size' => '30',
'max' => '256',
]
],
],
'tx_cta_linkconfig' => [
'label' => 'LLL:EXT:cta/Resources/Private/Language/locallang_db.xlf:linkconfig.formlabel',
Expand Down

0 comments on commit a54e4a0

Please sign in to comment.