Skip to content

Commit 438d5ea

Browse files
authored
Merge pull request #7507 from umbraco/update-workspace-view
Update Workspace views
2 parents e1f8d0d + 1af9c74 commit 438d5ea

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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. Create a manifest file named `umbraco-package.json` at the root of the `workspaceview` folder. Here we define and configure our workspace view.
29-
3. 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:
3029

3130
{% code title="umbraco-package.json" lineNumbers="true" %}
3231
```json

0 commit comments

Comments
 (0)