Skip to content

Commit 0a015fc

Browse files
authored
Merge pull request #6604 from jmf-umbraco/heartcore/umbraco-url-name
fix: correct special property alias misinformation
2 parents bb44b50 + 13610b9 commit 0a015fc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

umbraco-heartcore/compare-with-umbraco-cms.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,17 @@ Umbraco Heartcore is a headless offering, meaning the frontend is decoupled from
4848

4949
<summary>Special property aliases</summary>
5050

51-
Some special property aliases can manipulate the standard Umbraco routing pipeline in the Umbraco CMS.
51+
Some [special property aliases](https://docs.umbraco.com/umbraco-cms/reference/routing/routing-properties) can manipulate the standard Umbraco routing pipeline in the Umbraco CMS.
5252

5353
Since the frontend and backend of Umbraco Heartcore are decoupled, it's not possible to use these aliases in Umbraco Heartcore.
5454

5555
The aliases are:
5656

57-
* umbracoRedirect
58-
* umbracoInternalRedirectId
59-
* umbracoUrlName
60-
* umbracoUrlAlias
57+
* `umbracoRedirect`
58+
* `umbracoInternalRedirectId`
59+
* `umbracoUrlAlias`
60+
61+
The `umbracoUrlName` property type alias works correctly in Umbraco Heartcore.
6162

6263
</details>
6364

0 commit comments

Comments
 (0)