You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user selects the "External" link type, attempt to match that URL against internal resources before saving to the database. If it can be matched, adjust the type and value to point to that internal resource instead of URL.
Drawbacks
In some cases, it may be difficult or impossible to authoritatively establish what content a URL refers to. This could be addressed by stopping the attempt if there is ambiguity.
This may lead to behavior by the plugin that is confusing or unexpected from the perspective of the user. Messaging could alleviating possible confusion. A toggle could turn the option on/off, allowing the site admin to determine what is best for their users.
A user may have a good reason to enter a URL rather than linking to an internal object. I'm at a loss to think of a specific example at the moment, but it seems feasible. Currently, I'm not sure how to address this would adding addition UI cruft.
The text was updated successfully, but these errors were encountered:
Proposal
When a user selects the "External" link type, attempt to match that URL against internal resources before saving to the database. If it can be matched, adjust the type and value to point to that internal resource instead of URL.
Drawbacks
In some cases, it may be difficult or impossible to authoritatively establish what content a URL refers to. This could be addressed by stopping the attempt if there is ambiguity.
This may lead to behavior by the plugin that is confusing or unexpected from the perspective of the user. Messaging could alleviating possible confusion. A toggle could turn the option on/off, allowing the site admin to determine what is best for their users.
A user may have a good reason to enter a URL rather than linking to an internal object. I'm at a loss to think of a specific example at the moment, but it seems feasible. Currently, I'm not sure how to address this would adding addition UI cruft.
The text was updated successfully, but these errors were encountered: