Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Configuration/page.tsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TCEMAIN.linkHandler.page.handler = B13\\Link2Language\\LinkHandler\\PageLinkHandler
Copy link
Contributor

@mbrodala mbrodala Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The \\ is an error and fails accordingly:

Class "B13\\Link2Language\\LinkHandler\\PageLinkHandler" not found

In PHP this was necessary, in TypoScript/PageTS it is not, see linkHandler docs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #32 for the fix.

templates.typo3/cms-backend.1643293191 = b13/link2language:Resources/Private/TemplateOverrides
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
5 changes: 0 additions & 5 deletions ext_localconf.php

This file was deleted.