Typed Link Field added to Craft 5 Core Functionally #14962
-
A plugin called "Typed Link Field" has been abandoned for Craft 5. As of today it still has ~32k installs. The plugin adds a link field that seems like it would be part of the core of Craft. Can it's actions be added to the core of craft, and can there be a conversation command? The field allows a few settings: what type of links can be created, the link text and if it opens in a new tab of not. Depending on the type of link there is a forth field that appears in alignment. Below are the images of what the field looks like in the admin to better explain the request of this being part of the core. Bonus request: It would be nice is CKeditor could adapt part of this requested core functionally too |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This is sort of a duplicate of this thread - #9062 |
Beta Was this translation helpful? Give feedback.
-
@brandonkelly, I think there was confusion from @cherrykoda. I am not looking for a work around. I am looking for a way to convert thousands of entries that use a field that is no long supported and need a way to transfer that content to a different solution without losing days worth of work. It appears this was prematurely closed due. To be clear: |
Beta Was this translation helpful? Give feedback.
-
Craft 5.3.0-beta.1 is out with a new Link field type 🎉 (#15251). We’re targeting August 6 for the GA release. If you’d like to test ahead of time, change your "craftcms/cms": "^5.3.0-beta.1", and then run |
Beta Was this translation helpful? Give feedback.
Craft 5.3.0-beta.1 is out with a new Link field type 🎉 (#15251).
We’re targeting August 6 for the GA release. If you’d like to test ahead of time, change your
craftcms/cms
requirement in composer.json to:and then run
composer update
.