Intelligently use Link field URL as Entry URL #17354
-
I'm often building sections in which each entry is an individual link - these entries are the aggregated into a larger listing of categorized links. It would be great if when I set the entry URL template for a section to a Link field (e.g. e.g., If my Link field contains |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately this isn’t possible. You’ll notice the setting is actually “Entry URI Format” – as in, you are defining the URIs, not URLs. And they end up stored in a |
Beta Was this translation helpful? Give feedback.
Unfortunately this isn’t possible. You’ll notice the setting is actually “Entry URI Format” – as in, you are defining the URIs, not URLs. And they end up stored in a
uri
column in theelements_sites
table, which is what Craft is checking against when figuring out how to route incoming requests. Refactoring to allow full URLs would be a pretty massive undertaking, and for not much/any real gain, as Craft would lose the ability to route elements when they had a full URL.