diff --git a/16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md b/16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md index 9c21aacd57c..cfd76720b5f 100644 --- a/16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md +++ b/16/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md @@ -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