add property editor picker

This commit is contained in:
Mads Rasmussen
2022-09-19 09:58:14 +02:00
parent ca7bb6dc51
commit 2e1d93bae4
12 changed files with 419 additions and 76 deletions

View File

@@ -544,6 +544,10 @@ components:
MetaPropertyEditorUI:
type: object
properties:
propertyEditors:
type: array
items:
type: string
icon:
type: string
group:
@@ -560,6 +564,7 @@ components:
defaultConfig:
type: object
required:
- propertyEditors
- icon
- group
IManifestPropertyEditorUI: