Skip to content

Commit

Permalink
[TASK] Update language translation behavior for project fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dot3media committed Oct 14, 2024
1 parent 3f7796f commit 1c80a64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@
'rows' => 15,
'eval' => 'trim',
'default' => '',
'behaviour' => [
'allowLanguageSynchronization' => true,
],
],
],
'tx_academicprojects_start_date' => [
Expand All @@ -95,6 +92,9 @@
'renderType' => 'inputDateTime',
'eval' => 'date',
'size' => 7,
'behaviour' => [
'allowLanguageSynchronization' => true,
],
],
],
'tx_academicprojects_end_date' => [
Expand All @@ -105,6 +105,9 @@
'renderType' => 'inputDateTime',
'eval' => 'date',
'size' => 7,
'behaviour' => [
'allowLanguageSynchronization' => true,
],
],
],
'tx_academicprojects_budget' => [
Expand Down

0 comments on commit 1c80a64

Please sign in to comment.