Section View

Append a secondary view for a Section, use it for additional features or information.

This page is a work in progress.

Section View

Manifest

{
	"type": "sectionView",
	"alias": "My.SectionView",
	"name": "My Section View",
	"meta": {
		"sections": ["My.Section"],
		"label": "My View",
		"pathname": "/my-view"
	}
}

Last updated