File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
16/umbraco-cms/customizing/extending-overview/extension-types/sections Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,7 @@ host the Section View extension.
138138
139139Guidelines 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
143142provided example, this value is ` NetworkServices.Section ` .
144143
145144{% code title="umbraco-package.json" %}
You can’t perform that action at this time.
0 commit comments