Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions umbraco-heartcore/compare-with-umbraco-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ Umbraco Heartcore is a headless offering, meaning the frontend is decoupled from

<summary>Special property aliases</summary>

Some special property aliases can manipulate the standard Umbraco routing pipeline in the Umbraco CMS.
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.

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

The aliases are:

* umbracoRedirect
* umbracoInternalRedirectId
* umbracoUrlName
* umbracoUrlAlias
* `umbracoRedirect`
* `umbracoInternalRedirectId`
* `umbracoUrlAlias`

The last special property type alias `umbracoUrlName` works correctly in Umbraco Heartcore.

</details>

Expand Down
Loading