Actions
Bug #103478
openLinkvalidator should check fields with type "file"
Status:
New
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2024-03-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
e.g. pages.media
see documentation: https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us/Configuration/Index.html
LinkAnalyzer.php:
if (($conf['type'] ?? '') === 'link' && empty($conf['softref'])) {
$conf['softref'] = 'typolink';
}
Actions