add label to section manifest

This commit is contained in:
Mads Rasmussen
2022-10-05 09:44:59 +02:00
parent 4e45737ba6
commit 735ca6247b
6 changed files with 35 additions and 20 deletions

View File

@@ -481,12 +481,15 @@ components:
MetaSection:
type: object
properties:
label:
type: string
pathname:
type: string
weight:
type: number
format: float
required:
- label
- pathname
- weight
IManifestSection: