Skip to content

Commit 1af9c74

Browse files
Update 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md
Yes, it makes sense, thank @eshanrnh Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent ece6532 commit 1af9c74

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/workspaces

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The default workspace view is **'Info'** - displaying Links, History and Status
2525
## Example of a Workspace View
2626

2727
1. Follow the [Vite Package Setup](../../../development-flow/vite-package-setup.md) by creating a new project folder called "`workspaceview`" in `App_Plugins`.
28-
2. Add the following code to `umbraco-package.json`:
28+
2. Create a manifest file named `umbraco-package.json` and add the following code to it:
2929

3030
{% code title="umbraco-package.json" lineNumbers="true" %}
3131
```json

0 commit comments

Comments
 (0)