Workspace Views
Append a view to any Workspace
Last updated
Append a view to any Workspace
Last updated
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
Workspace Views was previously called Content Apps.
Workspace Views are customizable companion tabs with the ability to take place in any workspace.
In Content Section
With Workspace Views, editors can switch from editing 'Content' to accessing contextual information related to the item they are editing.
The default workspace view is 'Info' - displaying Links, History and Status of the current content item.
Follow the Vite Package Setup by creating a new project folder called "workspaceview
" in App_Plugins
.
Create a manifest file named umbraco-package.json
at the root of the welcome-dashboard
folder. Here we define and configure our dashboard.
Add the following code to umbraco-package.json
:
Add the following code to the existing my-element.ts
from the src
folder:
In the workspaceview
folder run npm run build
and then run the project. Then in the content section of the Backoffice you will see our new Workspace View:
To see the Workspace View that we have created in the content section, first you will need to have some content created.