Feature: #83835 - Check more fields in Link Validator
See forge#83835
Description
Some additional fields were added to Page TSconfig
mod.:
pages = canonical_link sys_redirect = target sys_file_ reference = link
Two special fields are currently defined, but are not checked yet due to their TCA configuration. For forward compatibility, these are kept in the field configuration:
pages = mediahas TCAtype="file"tt_has TCAcontent = records type="group"
The following fields could theoretically be included in custom configurations, as their type / softref is available, but they are specifically not added in the default configuration:
sys_(webhook should not be invoked)webhook = url tt_(has softrefcontent = subheader emailwhich is not a supported link type)[subst] pages = tsconfig_(system configuration)includes sys_(system configuration)template = constants, include_ static_ file, config tx_(scheduler system configuration)scheduler_ task_ group = group Name
Impact
Broken links in sys_, sys_ and
pages. will now be checked.
Any enabled field will only be checked, if there is TCA configured,
so for example pages. will only be checked if EXT: is
installed.