We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de16d9b commit 00b9df3Copy full SHA for 00b9df3
16/umbraco-cms/customizing/extending-overview/extension-types/kind.md
@@ -45,7 +45,7 @@ In this example:
45
46
- `type` is set to 'kind' to register it as a Kind extension.
47
- `matchType` is 'headerApp', specifying that this Kind is for Header App extensions.
48
-- `matchKind` is 'button,' which is the alias of the Kind.
+- `matchKind` is 'button', which is the alias of the Kind.
49
- The `manifest` contains default properties like elementName that extensions using this Kind will inherit.
50
51
## Using the Kind in Other Extensions
0 commit comments