I am currently migrating an Umbraco site from version 13 to version 15. In version 13, we customized the “links” box to display only the URL relevant to the current environment.
This customization was implemented using the
SendingContentNotification
approach described in the Umbraco 13 documentation here:
For Umbraco 15, I’m assuming the recommended approach is to modify the URL link box using a backoffice extension. Could anyone provide guidance or examples on how to override the displayed URLs in the “links” box for Umbraco 15?