You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-level-variance.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ Block Level Variance is achieved when:
26
26
27
27
When adding a new _variant_ Block to one Document variant, it is automatically added to all variants of the Document.
28
28
29
-
The Block will start out in an "unexposed" state for all other Document variants than the one where it was added. It will remain like that for each variant, until it is edited in that variant.
29
+
The Block will start out in an "unexposed" state for all other Document variants than the one where it was added. It will remain like that for each variant until it is edited in that variant.
30
30
31
31
The "unexposed" state is visualized by a dimmed-down icon and title (or likely a missing title, if [Umbraco Flavored Markdown](../../../../../reference/umbraco-flavored-markdown.md) is used):
32
32
33
33

34
34
35
35
{% hint style="info" %}
36
-
"Unexposed" Blocks are omitted from the published Document output. As such, you need not worry about defensive coding to avoid rendering these Blocks.
36
+
"Unexposed" Blocks are omitted from the published Document output. So, you do not need to worry about defensive coding to avoid rendering these Blocks.
37
37
{% endhint %}
38
38
39
39
## Invariance vs. Block Level Variance
@@ -43,7 +43,7 @@ It is entirely possible to mix and match variance and invariance within the scop
43
43
Invariance within Block Level Variance follows the same rules as invariance at Document level:
44
44
45
45
- Invariant content is added to and updated across all Document variants.
46
-
- Invariant content is explicitly published for all published Document variants, when one or more variants are published.
46
+
- Invariant content is explicitly published for all published Document variants when one or more variants are published.
0 commit comments