Although the properties blindLinkFields and blindLinkOptions are self-explanatory for experienced TYPO3 integrators, it is strange if some properties are listing a deny list instead of an allow list (linke e.g. allowedExtensions does). Also, names are not self-explanatory for beginners. (See documentation)
This might confuse people new to TYPO3. Therefore we should refactor these two options to showLinkAttributes (default: all) instead of blindLinkFields, and allowLinkTypes (default: all) instead of blindLinkOptions.
Although the properties
blindLinkFieldsandblindLinkOptionsare self-explanatory for experienced TYPO3 integrators, it is strange if some properties are listing a deny list instead of an allow list (linke e.g.allowedExtensionsdoes). Also, names are not self-explanatory for beginners. (See documentation)This might confuse people new to TYPO3. Therefore we should refactor these two options to
showLinkAttributes(default: all) instead ofblindLinkFields, andallowLinkTypes(default: all) instead ofblindLinkOptions.