File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
16/umbraco-cms/customizing/extending-overview/extension-types/sections Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,12 @@ subsequently implement the content or interface they desire to display within th
1616
1717### Registering Section View extensions
1818
19- Extension authors have the option of registering custom Section View extensions using two methods: declarative
20- registration via manifests or imperative registration using TypeScript and [ Backoffice Entry Points] ( ../backoffice-entry-point.md ) . Both methods
21- are shown below.
19+ Extension authors can register Section View extensions using two methods:
20+
21+ - Declarative registration via manifests or
22+ - Imperative registration using TypeScript and [ Backoffice Entry Points] ( ../backoffice-entry-point.md ) .
23+
24+ Both methods are shown below.
2225
2326#### Registering by manifest
2427
You can’t perform that action at this time.
0 commit comments