Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ The default workspace view is **'Info'** - displaying Links, History and Status
## Example of a Workspace View

1. Follow the [Vite Package Setup](../../../development-flow/vite-package-setup.md) by creating a new project folder called "`workspaceview`" in `App_Plugins`.
2. Create a manifest file named `umbraco-package.json` at the root of the `workspaceview` folder. Here we define and configure our workspace view.
3. Add the following code to `umbraco-package.json`:
2. Create a manifest file named `umbraco-package.json` and add the following code to it:

{% code title="umbraco-package.json" lineNumbers="true" %}
```json
Expand Down