From cee8e9287fce218ab368fabc693d545be25483d4 Mon Sep 17 00:00:00 2001 From: Jordan McFarlane Date: Mon, 28 Oct 2024 13:39:24 +0100 Subject: [PATCH 1/3] fix: correct special property alias misinformation --- umbraco-heartcore/compare-with-umbraco-cms.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/umbraco-heartcore/compare-with-umbraco-cms.md b/umbraco-heartcore/compare-with-umbraco-cms.md index 64ca28d1c9e..88579688fba 100644 --- a/umbraco-heartcore/compare-with-umbraco-cms.md +++ b/umbraco-heartcore/compare-with-umbraco-cms.md @@ -48,16 +48,17 @@ Umbraco Heartcore is a headless offering, meaning the frontend is decoupled from Special property aliases -Some special property aliases can manipulate the standard Umbraco routing pipeline in the Umbraco CMS. +Some [special property aliases](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. From 4062d9d878a67ff114aa1edf1c5e1300aa379ce5 Mon Sep 17 00:00:00 2001 From: Jordan McFarlane Date: Mon, 28 Oct 2024 13:43:39 +0100 Subject: [PATCH 2/3] fix: use absolute URL --- umbraco-heartcore/compare-with-umbraco-cms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-heartcore/compare-with-umbraco-cms.md b/umbraco-heartcore/compare-with-umbraco-cms.md index 88579688fba..0e6474720f7 100644 --- a/umbraco-heartcore/compare-with-umbraco-cms.md +++ b/umbraco-heartcore/compare-with-umbraco-cms.md @@ -48,7 +48,7 @@ Umbraco Heartcore is a headless offering, meaning the frontend is decoupled from Special property aliases -Some [special property aliases](umbraco-cms/reference/routing/routing-properties) 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. From 13610b9b8624956ebbd256d2872870d79301b6f1 Mon Sep 17 00:00:00 2001 From: Jordan McFarlane <135226421+jmf-umbraco@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:27:29 +0100 Subject: [PATCH 3/3] Update umbraco-heartcore/compare-with-umbraco-cms.md Co-authored-by: sofietoft --- umbraco-heartcore/compare-with-umbraco-cms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco-heartcore/compare-with-umbraco-cms.md b/umbraco-heartcore/compare-with-umbraco-cms.md index 0e6474720f7..85005051058 100644 --- a/umbraco-heartcore/compare-with-umbraco-cms.md +++ b/umbraco-heartcore/compare-with-umbraco-cms.md @@ -58,7 +58,7 @@ The aliases are: * `umbracoInternalRedirectId` * `umbracoUrlAlias` -The last special property type alias `umbracoUrlName` works correctly in Umbraco Heartcore. +The `umbracoUrlName` property type alias works correctly in Umbraco Heartcore.