add label to editor view manifest
This commit is contained in:
@@ -636,12 +636,15 @@ components:
|
||||
weight:
|
||||
type: number
|
||||
format: float
|
||||
label:
|
||||
type: string
|
||||
icon:
|
||||
type: string
|
||||
required:
|
||||
- editors
|
||||
- pathname
|
||||
- weight
|
||||
- label
|
||||
- icon
|
||||
IManifestEditorView:
|
||||
type: object
|
||||
|
||||
@@ -211,6 +211,7 @@ export interface components {
|
||||
pathname: string;
|
||||
/** Format: float */
|
||||
weight: number;
|
||||
label: string;
|
||||
icon: string;
|
||||
};
|
||||
IManifestEditorView: {
|
||||
|
||||
@@ -128,6 +128,7 @@ export interface MetaEditorView {
|
||||
editors: string[];
|
||||
pathname: string;
|
||||
weight: number;
|
||||
label: string;
|
||||
icon: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user