Open s2b opened 4 days ago
Some ViewHelper refer to other ViewHelpers by using the @see tag:
@see
https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/ElseViewHelper.php#L37
If possible, that reference should be resolved to the matching documentation page. Since it's also possible to add URLs here, there should be a check if the value is already a valid URL and use that instead.
Some ViewHelper refer to other ViewHelpers by using the
@see
tag:https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/ElseViewHelper.php#L37
If possible, that reference should be resolved to the matching documentation page. Since it's also possible to add URLs here, there should be a check if the value is already a valid URL and use that instead.