From ec769c13fd38873baa9e59c679926fcade6ba964 Mon Sep 17 00:00:00 2001 From: Henrik Elsner Date: Tue, 25 Nov 2025 12:47:45 +0100 Subject: [PATCH] [TASK] Provide page.tsconfig file to replace GLOBALS assign --- Configuration/page.tsconfig | 2 ++ ext_emconf.php | 2 +- ext_localconf.php | 5 ----- 3 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 Configuration/page.tsconfig delete mode 100644 ext_localconf.php diff --git a/Configuration/page.tsconfig b/Configuration/page.tsconfig new file mode 100644 index 0000000..297f810 --- /dev/null +++ b/Configuration/page.tsconfig @@ -0,0 +1,2 @@ +TCEMAIN.linkHandler.page.handler = B13\\Link2Language\\LinkHandler\\PageLinkHandler +templates.typo3/cms-backend.1643293191 = b13/link2language:Resources/Private/TemplateOverrides diff --git a/ext_emconf.php b/ext_emconf.php index 5428944..2d8569a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Links to specific languages', 'description' => 'Allows to select links to pages or content elements for a specific language', 'category' => 'be', - 'version' => '4.0.1', + 'version' => '4.0.2', 'state' => 'stable', 'author' => 'b13 GmbH', 'author_email' => 'typo3@b13.com', diff --git a/ext_localconf.php b/ext_localconf.php deleted file mode 100644 index 89e2c1c..0000000 --- a/ext_localconf.php +++ /dev/null @@ -1,5 +0,0 @@ -