Skip to content

Commit 99ed788

Browse files
authored
Merge pull request #6828 from erikjanwestendorp/update-section-view
2 parents 43d525a + 00035ac commit 99ed788

File tree

2 files changed

+6
-6
lines changed
  • 14/umbraco-cms/customizing/extending-overview/extension-types
  • 15/umbraco-cms/customizing/extending-overview/extension-types/sections

2 files changed

+6
-6
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this section, you can learn how to register and create a custom Section View
1818

1919
### Manifest
2020

21-
The manifest file can be created using either JSON or Typescript. Both methods are shown below.
21+
The manifest file can be created using either JSON or TypeScript. Both methods are shown below.
2222

2323
{% tabs %}
2424

@@ -48,12 +48,12 @@ We can create the manifest using json in the `umbraco-package.json`.
4848

4949
{% endtab %}
5050

51-
{% tab title="Typescript" %}
51+
{% tab title="TypeScript" %}
5252

5353

5454
The manifest can also be written in TypeScript.
5555

56-
For this typescript example we used a [Backoffice Entry Point](../../extending-overview/extension-types/backoffice-entry-point) extension to register the manifests.
56+
For this TypeScript example we used a [Backoffice Entry Point](../../extending-overview/extension-types/backoffice-entry-point) extension to register the manifests.
5757

5858
```typescript
5959
import { ManifestSectionView } from "@umbraco-cms/backoffice/extension-registry";

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this section, you can learn how to register and create a custom Section View
1818

1919
### Manifest
2020

21-
The manifest file can be created using either JSON or Typescript. Both methods are shown below.
21+
The manifest file can be created using either JSON or TypeScript. Both methods are shown below.
2222

2323
{% tabs %}
2424
{% tab title="Json" %}
@@ -45,10 +45,10 @@ We can create the manifest using json in the `umbraco-package.json`.
4545
```
4646
{% endtab %}
4747

48-
{% tab title="Typescript" %}
48+
{% tab title="TypeScript" %}
4949
The manifest can also be written in TypeScript.
5050

51-
For this typescript example we used a [Backoffice Entry Point](../backoffice-entry-point/) extension to register the manifests.
51+
For this TypeScript example we used a [Backoffice Entry Point](../backoffice-entry-point/) extension to register the manifests.
5252

5353
```typescript
5454
import { ManifestSectionView } from "@umbraco-cms/backoffice/extension-registry";

0 commit comments

Comments
 (0)