Ckeditor4: Telephone link type support in the Link plugin

Created on 25 Jun 2018  路  2Comments  路  Source: ckeditor/ckeditor4

Type of report

Feature request

Provide description of the new feature

We should be able to select a telephone link type (<a href="tel:) in addition to the mail link type with the Link plugin.

good first issue link confirmed major feature

Most helpful comment

Note that the feature has landed on the major branch.

If you'd like to see it in action today, you can check our major branch preview sample in a true early adopter fashion 馃檪

All 2 comments

I'd like to see a semantically correct field being used for that field, so input[type=tel] makes the most sense here.

I don't think there should be a validation by default, but it would be nice if we'd expose an optional config option for a valid phone regexp.

The telephone type should be added as an option to the "Link Type" dropdown. There's no need to add it as an extra protocol in the "URL" type.

Note that the feature has landed on the major branch.

If you'd like to see it in action today, you can check our major branch preview sample in a true early adopter fashion 馃檪

Was this page helpful?
0 / 5 - 0 ratings