Allow entry selection in URL field #11637
-
|
Whenever allowing users to select links we find ourselves needing 2 fields; "Link URL" or "Target entry" with a comment telling the content editor to provide just one of these. Would it be possible to allow for the selection of entries and then to have the link work in the same way that they do with Redactor fields? This would make it a lot easier to define link fields in all kinds of places; especially navigation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
You can use this plugin to do that: I have pushed the idea to the Craft CMS team to make this plugin a part of the core setup, what I would love to see. |
Beta Was this translation helpful? Give feedback.
-
|
Attempting to combine requests to the bigger thread: #9062 |
Beta Was this translation helpful? Give feedback.
-
|
Craft 5.3.0-beta.1 is out with a new Link field type, which addresses this feature request 🎉 (#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, which addresses this feature request 🎉 (#15251).
We’re targeting August 6 for the GA release. If you’d like to test ahead of time, change your
craftcms/cmsrequirement in composer.json to:and then run
composer update.