Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can I get the tree to pull up, with a node ready to edit?
We added an edit button to the “nav bar”:
/umbraco/editContent.aspx?id=1054
But I’d like to get the tree… any thoughts?
Answer:/umbraco/umbraco.aspx?app=content&rightAction=editContent&id=1054#content
Thanks @Neehouse
I created a package to help with this. It makes it really easy.
It enables you to render an edit link by adding this to your view:
@Html.UmbracoEditLink(Model.Content)
GitHub: https://github.com/prjseal/BackOfficeExtensions
NuGet: https://www.nuget.org/packages/BackOfficeExtensions/
Our Umbraco: https://our.umbraco.org/projects/backoffice-extensions/edit-link/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Admin: Link directly to Node in Edit view?
How can I get the tree to pull up, with a node ready to edit?
We added an edit button to the “nav bar”:
/umbraco/editContent.aspx?id=1054
But I’d like to get the tree… any thoughts?
Answer:
/umbraco/umbraco.aspx?app=content&rightAction=editContent&id=1054#content
Thanks @Neehouse
I created a package to help with this. It makes it really easy.
It enables you to render an edit link by adding this to your view:
GitHub: https://github.com/prjseal/BackOfficeExtensions
NuGet: https://www.nuget.org/packages/BackOfficeExtensions/
Our Umbraco: https://our.umbraco.org/projects/backoffice-extensions/edit-link/
is working on a reply...