https://github.com/firebrandhq/silverstripe-phonelink
Add a phone link option to TinyMCE link dropdown in SilverStripe 4
https://github.com/firebrandhq/silverstripe-phonelink
silverstripe silverstripe-4 silverstripe-module tinymce-plugin
Last synced: 7 months ago
JSON representation
Add a phone link option to TinyMCE link dropdown in SilverStripe 4
- Host: GitHub
- URL: https://github.com/firebrandhq/silverstripe-phonelink
- Owner: firebrandhq
- License: bsd-3-clause
- Created: 2018-07-23T04:19:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-16T22:06:09.000Z (8 months ago)
- Last Synced: 2025-11-17T00:08:07.048Z (8 months ago)
- Topics: silverstripe, silverstripe-4, silverstripe-module, tinymce-plugin
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 8
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# SilverStripe 6 Phone Link Module
Silverstripe 6 module adding the possibility to create / edit Phone number links using the TinyMCE editor (tel: links).
It uses the native SilverStripe 6 React modals and seamlessly integrates in the CMS.
If you need this for SilverStripe 4 use [2.1](https://github.com/firebrandhq/silverstripe-phonelink/tree/2.1.0).
If you need this for SilverStripe 3 [use Nathan Cox's module](https://github.com/nathancox/silverstripe-phonelink).
## Requirements
* [SilverStripe ^6.0](https://www.silverstripe.org/download)
For SilverStripe 5.0 use version 3.x
For SilverStripe 4.4 use version 2.1.0
For SilverStripe 4.2 and 4.3 use version 2.0.3
For Silverstripe 4.0 to 4.1 use [this branch](https://github.com/firebrandhq/silverstripe-phonelink/tree/1.x)
## Installation
**Run the following command:**
```sh
composer require firebrandhq/silverstripe-phonelink "^4.0"
```
## Screenshots



## Translations
English and French are provided with the module.
## Contributing
[See CONTRIBUTING.md](CONTRIBUTING.md)
## Versioning
This library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.
## Reporting Issues
Please [create an issue](https://github.com/firebrandhq/silverstripe-phonelink/issues) for any bugs you've found, or features you're missing.