Customizing the "Links" box
For a content item, Umbraco will show a Links box within the Info content app. By default, this box will show one or more links to content item.
With the SendingContentNotification
event, we can manipulate the links in the Urls
property. This could be by replacing it with custom links although a URL provider would be more suitable:
If the content item has multiple cultures, we can specify the link culture like this:
or remove the box entirely by providing an empty list of links:
Last updated