Merge branch 'feature/data-type-config' into feature/users-section

This commit is contained in:
Mads Rasmussen
2022-10-05 10:09:42 +02:00
617 changed files with 672 additions and 33 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: