Workspace Views
Append a view to any Workspace
Last updated
Was this helpful?
Append a view to any Workspace
Last updated
Was this helpful?
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 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.
Create a manifest file named umbraco-package.json
at the root of the workspaceview
folder. Here we define and configure our workspace view.
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:
Follow the by creating a new project folder called "workspaceview
" in App_Plugins
.