How to change URL names in Umbraco

前端 未结 5 1840
你的背包
你的背包 2021-02-02 03:05

This is my first time round using Umbraco and I have created Document Types / Pages using the wrong naming format and now this has transpired into my page URL\'s, for instance <

5条回答
  •  我在风中等你
    2021-02-02 03:40

    Editing @run yards Solution by digbyswift help in comment

    Correct Solution:

    1. Create Property on in Document Types which applies to all pages you want to change the URL
    2. Call the name anything you want e.g Page URL and Possibly give it a new tab.
    3. Call the alias umbracoUrlName
    4. Type as text sting
    5. Should not be Mandatory (As when you start replacing .Url with .umbracoUrlAlias within the views it will need to be present)
    6. Tab as Generic
    7. Click Save on top right on the page

    Added screenshot for starter kit on Umbraco v7.2.5

提交回复
热议问题