jonassiewertsen/statamic-external-link

A Statamic fieldtype for external links

v1.8.0 2023-06-22 06:35 UTC

README

Wanna learn Statamic?

Visit my newest project Statamictutorials.com. Many tutorials are free. 68747470733a2f2f73746174616d69637475746f7269616c732e636f6d2f696d616765732f73656f2f73746174616d69637475746f7269616c732e706e67

Description

This is a simple Fieldtype for Statamic 3, created to handle links.

Statamic Link Fieldtype

What can it do?

  • It does add a test me button to the field, so you can instantly test if the link is correct
  • It will prepend https:// to the url to make sure, that the url is working correctly if inserted on the page as a link
  • It will remove http and replace it with https, so that you can be sure to have only secure links on your site

This fieldtype is especially helpful, in case you do work with very long links. One case could be ticket sales links, which tend to be very long.

Installation

This Fieldtype works with Statamic 3 only!

Install it via the composer command

composer require jonassiewertsen/statamic-external-link

Publish the Javascript file for the Control Panel

php artisan vendor:publish --provider="Jonassiewertsen\ExternalLink\ServiceProvider" --force

Support

I love to share with the community. Nevertheless, it does take a lot of work, time and effort.

Sponsor me on GitHub to support my work and the support for this addon.

License

This fieldtype is licensed under the MIT license.