Skip to content

Commit 300ac16

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/sections/section-view.md
1 parent 26d5df6 commit 300ac16

File tree

1 file changed

+1
-2
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/sections

1 file changed

+1
-2
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/sections/section-view.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ host the Section View extension.
138138

139139
Guidelines on creating Section extensions can be found at [this link](./section.md).
140140

141-
To associate the Section View extension with the Section extension, authors must set the `match` property of the Section
142-
Extension’s condition definition to the same value as the `alias` property of their desired Section extension. In the
141+
To link a Section View with a Section, set the `match` property in the condition to the same value as the Section's `alias`. In the
143142
provided example, this value is `NetworkServices.Section`.
144143

145144
{% code title="umbraco-package.json" %}

0 commit comments

Comments
 (0)