customLinkPrefixes property
Link prefixes that are addations to linkPrefixes
, which are used
on link launch LinkMenuAction.launch to check whether a link is valid.
If a link is not valid and link launch is requested,
the editor will append https://
as prefix to the link.
This is used to tapping links within the editor, and not the toolbar or AutoFormatMultipleLinksRule.
Implementation
final List<String> customLinkPrefixes;