Actions
Feature #103090
closedAdd possibility to configure a language label for custom link types
Start date:
2024-02-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If you configure additional link types, the label which is display, will always be the link type (as used as identifier) because core LinkvalidatorController uses:
'label' => $this->getLanguageService()->sL('LLL:EXT:linkvalidator/Resources/Private/Language/Module/locallang.xlf:hooks.' . $type) ?: $type,
We could add another function to the LinktypeInterface to pass the language string.
Files
Actions