Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jon T 18 posts 38 karma points
    Sep 16, 2011 @ 18:55
    Jon T
    0

    Make the URL editable from the admin area

    Is there any way to make the URL of each Umbraco page editable after it has been created?    Wordpress is an example of how this would ideally work:   it auto-creates the URL based off the page name, but then allows you to edit it.

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Sep 16, 2011 @ 20:23
    Tom Fulton
    0

    Hi Jon,

    Yes, you can do this by adding a "special" property called umbracoUrlName to your document type.  If you fill this out, it will use your entry for the page's URL, otherwise it sticks with the default auto-generated one.

    Usually you would add this and the other "special" properties to your "Master" document type so they are available on every page.

    See this wiki article for more information and you can also see the other special fields on the right.

    -Tom

  • Keith Petersen 67 posts 111 karma points
    Sep 20, 2011 @ 18:21
    Keith Petersen
    0

    It looks like this property is built in to document types as of V5 alpha 1, so hopefully in V5 this step won't be needed.

Please Sign in or register to post replies

Write your reply to:

Draft