Skip to content

Commit 754734d

Browse files
authored
Update backoffice-entry-point.md missing quotes
Added missing quotes to extensions section of umbraco-package.json snippet
1 parent 67c085f commit 754734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/backoffice-entry-point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Entry Point manifest type is used to register an entry point for the backoff
1616
```json
1717
{
1818
"name": "Name of your package",
19-
"extensions: [
19+
"extensions": [
2020
{
2121
"type": "backofficeEntryPoint",
2222
"alias": "My.EntryPoint",

0 commit comments

Comments
 (0)