Skip to content

Commit

Permalink
[TASK] Add l10_mode to text fields to make them translatable by wv_de…
Browse files Browse the repository at this point in the history
…epltranslate
  • Loading branch information
dot3media committed Nov 14, 2024
1 parent a670304 commit 38b17c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
],
'tx_academicprojects_short_description' => [
'exclude' => true,
'l10n_mode' => 'prefixLangTitle',
'label' => $ll('tx_academicprojects_domain_model_project.short_description'),
'config' => [
'type' => 'text',
Expand Down Expand Up @@ -121,6 +122,7 @@
],
'tx_academicprojects_funders' => [
'exclude' => true,
'l10n_mode' => 'prefixLangTitle',
'label' => $ll('tx_academicprojects_domain_model_project.funders'),
'config' => [
'type' => 'text',
Expand Down

0 comments on commit 38b17c3

Please sign in to comment.