Skip to content

Commit 16030ae

Browse files
committed
Added segmented content fallback
1 parent 7188e02 commit 16030ae

File tree

1 file changed

+8
-0
lines changed
  • 17/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+8
-0
lines changed

17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ The color picker property editor used for the built-in approved color Data Type
8989

9090
For more details on this update see the following PR: [#19430](https://github.com/umbraco/Umbraco-CMS/pull/19430).
9191

92+
**Segmented Content Fallback**
93+
94+
The template and delivery API output segmented properties will perform an explicit fallback to the default segment, if they do not have a value.
95+
96+
In earlier versions, if you created a segmented version of a document, you had to complete every property. This made segments quite an editorial burden unless the behavior was customized. With the new behavior, segmented content only needs properties that need a segmented value need to be completed.
97+
98+
For more details on this update see the following PR: [#20309](https://github.com/umbraco/Umbraco-CMS/pull/20309).
99+
92100
**Removal of Extension Methods**
93101

94102
Extension and public helper methods, unused in Umbraco and obsolete in previous versions, have been removed.

0 commit comments

Comments
 (0)