Project

General

Profile

Actions

Feature #103090

open

Add possibility to configure a language label for custom link types

Added by Sybille Peters 3 months ago. Updated about 1 month ago.

Status:
Under Review
Priority:
Should have
Category:
Linkvalidator
Target version:
-
Start date:
2024-02-09
Due date:
% Done:

0%

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

linkval.png (20.4 KB) linkval.png Sybille Peters, 2024-02-09 11:44
Actions

Also available in: Atom PDF