Actions
Feature #86629
closedImplement LinkHandler for telephone numbers
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2018-10-11
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Currently the core supports 6 LinkHandlers:
'page' => \TYPO3\CMS\Core\LinkHandling\PageLinkHandler::class,
'file' => \TYPO3\CMS\Core\LinkHandling\FileLinkHandler::class,
'folder' => \TYPO3\CMS\Core\LinkHandling\FolderLinkHandler::class,
'url' => \TYPO3\CMS\Core\LinkHandling\UrlLinkHandler::class,
'email' => \TYPO3\CMS\Core\LinkHandling\EmailLinkHandler::class,
'record' => \TYPO3\CMS\Core\LinkHandling\RecordLinkHandler::class,
I suggest another LinkHandler for telephone numbers, similar to the email one.
Take a look at this extension for reference: https://github.com/monosize/typo3-ext-linkhandler-plus
Actions