Skip to content

Commit 99ad17c

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/sections/section-view.md
1 parent 64e1300 commit 99ad17c

File tree

1 file changed

+6
-3
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/sections

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)