Section View
Append a secondary view for a Section, use it for additional features or information.
Last updated
Append a secondary view for a Section, use it for additional features or information.
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.
In this section, you can learn how to register and create a custom Section View for the Umbraco backoffice.
The manifest file can be created using either JSON or Typescript. Both methods are shown below.
We can create the manifest using json in the umbraco-package.json
.
Creating the Section View Element using a Lit Element.
my-section.element.ts: