Linking directly to a content app for a content node
Is it possible to link directly to a content app on a content node in V8? Say I have a piece of content with the backoffice url:
umbraco/#/content/content/edit/1001
Going to this url always shows the default 'Content' content app (or 'Info' if there's no properties). What I'd like to know is - Is it possible to link in a way that shows a different content app? If this did exist I'd imagine it could be a with a url like so:
For some (slightly vague) context, a project I'm working on has a custom umbraco section that displays some information about some content stored in umbraco, alongside some external data that content is linked to.
I have a custom content app for these content nodes that I'd like to link directly to, because it makes more sense to do so from my custom section than showing the default 'Content' content app. I'd hope this makes sense without revealing details about the project itself
Deep linking to dashboards was added in 8.15 via query parameter e.g. ?dashboard=contentRedirectManager will link to the Redirect URL Management dashboard. Although it's not for content apps this may be useful for someone who comes across this thread.
Linking directly to a content app for a content node
Is it possible to link directly to a content app on a content node in V8? Say I have a piece of content with the backoffice url:
Going to this url always shows the default 'Content' content app (or 'Info' if there's no properties). What I'd like to know is - Is it possible to link in a way that shows a different content app? If this did exist I'd imagine it could be a with a url like so:
For some (slightly vague) context, a project I'm working on has a custom umbraco section that displays some information about some content stored in umbraco, alongside some external data that content is linked to.
I have a custom content app for these content nodes that I'd like to link directly to, because it makes more sense to do so from my custom section than showing the default 'Content' content app. I'd hope this makes sense without revealing details about the project itself
I would also love to know if this is possible.
Deep linking to dashboards was added in 8.15 via query parameter e.g.
?dashboard=contentRedirectManager
will link to the Redirect URL Management dashboard. Although it's not for content apps this may be useful for someone who comes across this thread.https://umbraco.com/blog/umbraco-815-release/
is working on a reply...