Project

General

Profile

Actions

Feature #86629

closed

Implement LinkHandler for telephone numbers

Added by Rune Piper over 5 years ago. Updated about 4 years ago.

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


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #90004: Avoid showing telephone element for route link browserClosed2019-12-22

Actions
Related to TYPO3 Core - Bug #89532: Blind options folder,tel in redirectsClosedGeorg Ringer2019-10-28

Actions
Related to TYPO3 Core - Bug #90771: InputLinkElement does not support telefphone linksClosedGeorg Ringer2020-03-17

Actions
Actions

Also available in: Atom PDF