Description:
Add support for clickable links as a custom field type. This will allow users to easily reference external systems directly from within the app.
Proposed changes:
Introduce a new “link” custom field type.
Adjust the custom field component behavior:
Currently, the entire field is clickable to trigger edit mode.
Update interaction so edit mode is triggered via a dedicated button, only visible on hover.
This change will improve usability by making the field content itself interactable (clickable links) and reduce accidental edits.
Benefits:
Easier access to external resources.
Clearer and more intuitive interaction model.
Minimizes unintentional edits.
