I am in the process of upgrading our community from v10.3 to 12.1.
We have several plugins that implement ISiteCustomNavigationPlugin and ICustomNavigationItem.
I see the notice that ICustomNavigationItem is obsolete, but I'm not sure how to migrate the customizations into CustomNavigationItem.
Specifically, we have a lot of logic in the Get/Set of the Url property.
Are there any examples of how to implement Version3 of ISiteCustomNavigationPlugin?