Adds an item to the context menu on Content that lets you see and manage any relations (links) between the selected page and other pages on your site.
v9 - beta will work on Umbraco 9.x and Umbraco 8.x
v8.0 - for Umbraco 8.x
v1.0 - for Umbraco 7.x
Once the package is installed you will need to assign the permission "Link Pages" to the relevant users or user groups (if you are using Umbraco 7.7).
Once the permissions have been assigned the editor should see a Linked Pages item in the context menu on pages in the content tree.
Linked Pages lets you add new links, and remove existing ones.
this probably isn't something you want to let all your editors do, but if you are trying to link multiple sites together it is useful.
this is the first release, any feedback welcome, does it make sense? do you want it to do something else ? post in the forum below.
Limit to certain relation types.
You can limit which relation types Linked Pages works with by setting the LinkedPages.RelationType value in the web.config app settings section
<add key="LinkedPages.RelationType" value="myowntypeAlias"/>
you can also get linked pages to show which type of relation each link is by adding the following to the web.config
<add key="LinkedPages.ShowType" value="true" />