From 22926d37d64f1a1bad116d0873df4328fa600828 Mon Sep 17 00:00:00 2001 From: Owain Williams Date: Wed, 20 Aug 2025 10:41:19 +0100 Subject: [PATCH 1/2] Reformat routing-properties.md --- 16/umbraco-cms/reference/routing/routing-properties.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/16/umbraco-cms/reference/routing/routing-properties.md b/16/umbraco-cms/reference/routing/routing-properties.md index 7c2f31c7742..d2c8e27d791 100644 --- a/16/umbraco-cms/reference/routing/routing-properties.md +++ b/16/umbraco-cms/reference/routing/routing-properties.md @@ -24,9 +24,8 @@ If you enter a value for this property and save/publish the content node you wil ## umbracoUrlAlias -This property when created as a text string lets you provide a comma separated\ -list of alternate full URL paths for the node. For example, if your URL was /some-category/some-page/content-node,\ -by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to /flowers.\ +This property when created as a text string lets you provide a comma separated list of alternate full URL paths for the node.\ +For example, if your URL was /some-category/some-page/content-node, by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to /flowers.\ The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like "flowers/roses/red". ## Filtering From 2c91e2be73645eca0905e228f2d7aa382df6df47 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 20 Aug 2025 13:09:58 +0200 Subject: [PATCH 2/2] Update routing-properties.md --- 16/umbraco-cms/reference/routing/routing-properties.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/16/umbraco-cms/reference/routing/routing-properties.md b/16/umbraco-cms/reference/routing/routing-properties.md index d2c8e27d791..59a879b5ce6 100644 --- a/16/umbraco-cms/reference/routing/routing-properties.md +++ b/16/umbraco-cms/reference/routing/routing-properties.md @@ -24,9 +24,9 @@ If you enter a value for this property and save/publish the content node you wil ## umbracoUrlAlias -This property when created as a text string lets you provide a comma separated list of alternate full URL paths for the node.\ -For example, if your URL was /some-category/some-page/content-node, by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to /flowers.\ -The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like "flowers/roses/red". +Using this alias on a Text String lets you provide a comma-separated list of alternate full URL paths for the node. +For example, if your URL was `/some-category/some-page/content-node`, by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to `/flowers`. +The URL alias remains in the browser address bar as a 'mask' over the real URL. You can also specify paths like `flowers/roses/red`. ## Filtering