From 81fe562c40b282d618a240f69f41e9e45f5cd647 Mon Sep 17 00:00:00 2001 From: Filip Bech-Larsen Date: Thu, 6 Feb 2025 14:29:06 +0100 Subject: [PATCH] Update workspace-views.md --- .../extension-types/workspaces/workspace-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md b/15/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md index 6119158d907..7f46a46edf0 100644 --- a/15/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md +++ b/15/umbraco-cms/customizing/extending-overview/extension-types/workspaces/workspace-views.md @@ -25,7 +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 `welcome-dashboard` folder. Here we define and configure our dashboard. +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`: {% code title="umbraco-package.json" lineNumbers="true" %}