From 3e05a2a393ff9d1a8c805a612a4c2df60b0f5fd5 Mon Sep 17 00:00:00 2001 From: Christian Wolfram Date: Thu, 15 May 2025 09:53:26 +0200 Subject: [PATCH] [TASK] Migrate CSH description into TCA column property description see: https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/ContextSensitiveHelp/ --- Configuration/TCA/tx_variables_marker.php | 2 ++ .../Language/locallang_csh_tx_variables_marker.xlf | 14 -------------- Resources/Private/Language/locallang_db.xlf | 6 ++++++ ext_tables.php | 9 --------- 4 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 Resources/Private/Language/locallang_csh_tx_variables_marker.xlf delete mode 100644 ext_tables.php diff --git a/Configuration/TCA/tx_variables_marker.php b/Configuration/TCA/tx_variables_marker.php index b218042..341a9dc 100644 --- a/Configuration/TCA/tx_variables_marker.php +++ b/Configuration/TCA/tx_variables_marker.php @@ -119,6 +119,7 @@ 'marker' => [ 'exclude' => 0, 'label' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.marker', + 'description' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.marker.description', 'l10n_mode' => 'exclude', 'config' => [ 'type' => 'input', @@ -130,6 +131,7 @@ 'replacement' => [ 'exclude' => 0, 'label' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.replacement', + 'description' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.replacement.description', 'config' => [ 'type' => 'text', 'cols' => 40, diff --git a/Resources/Private/Language/locallang_csh_tx_variables_marker.xlf b/Resources/Private/Language/locallang_csh_tx_variables_marker.xlf deleted file mode 100644 index efcfd8f..0000000 --- a/Resources/Private/Language/locallang_csh_tx_variables_marker.xlf +++ /dev/null @@ -1,14 +0,0 @@ - - - -
- - - The marker you want to replace in your page. Will be automatically converted to upper case. Do not put the double curly brackets {{ ... }}. - - - The replacement text for the marker. You may reference other markers by enclosing them into double curly brackets {{ ... }}. - - - - diff --git a/Resources/Private/Language/locallang_db.xlf b/Resources/Private/Language/locallang_db.xlf index fc482f4..4c4eeeb 100644 --- a/Resources/Private/Language/locallang_db.xlf +++ b/Resources/Private/Language/locallang_db.xlf @@ -9,9 +9,15 @@ Marker: + + The marker you want to replace in your page. Will be automatically converted to upper case. Do not put the double curly brackets {{ ... }}. + Replacement Text: + + The replacement text for the marker. You may reference other markers by enclosing them into double curly brackets {{ ... }}. + diff --git a/ext_tables.php b/ext_tables.php deleted file mode 100644 index b00119b..0000000 --- a/ext_tables.php +++ /dev/null @@ -1,9 +0,0 @@ -