Skip to content

Commit 1edd87d

Browse files
authored
Merge pull request #7323 from OwainWilliams/patch-17
Reformat routing-properties.md
2 parents f8a2a7c + 2c91e2b commit 1edd87d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

16/umbraco-cms/reference/routing/routing-properties.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ If you enter a value for this property and save/publish the content node you wil
2424

2525
## umbracoUrlAlias
2626

27-
This property when created as a text string lets you provide a comma separated\
28-
list of alternate full URL paths for the node. For example, if your URL was /some-category/some-page/content-node,\
29-
by adding an umbracoUrlAlias of "flowers", a user can navigate to the node by going to /flowers.\
30-
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".
27+
Using this alias on a Text String lets you provide a comma-separated list of alternate full URL paths for the node.
28+
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`.
29+
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`.
3130

3231
## Filtering
3332

0 commit comments

Comments
 (0)