Skip to content

Commit cee8e92

Browse files
committed
fix: correct special property alias misinformation
1 parent 33fef45 commit cee8e92

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](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 last special property type alias `umbracoUrlName` works correctly in Umbraco Heartcore.
6162

6263
</details>
6364

0 commit comments

Comments
 (0)