
| Name | Value |
|---|---|
| NAME | PLUGIN UI SCHEMA |
| CONTENT TYPE | JSON FORM UI SCHEMA |
| RESERVED FOR SYSTEM | 0 |
| CONTENT |
{
"detail": {
"type": "VerticalLayout",
"elements": [
{
"type": "Control",
"scope": "#/properties/name",
"label": "Name"
},
{
"type": "HorizontalLayout",
"type": "Group",
"elements": [
{
"type": "Control",
"scope": "#/properties/entryPoint",
"label": "Entry Point"
},
{
"type": "Control",
"scope": "#/properties/routine",
"label": "Routine"
"label": "Plugins",
}
]
},
{
"type": "Control",
"scope": "#/properties/shortDescription",
"label": "Short Description"
},
{
"type": "Control",
"elements": [
"scope": "#/properties/description",
"label": "Description",
"options": {
"multi": true
}
},
{
"type": "HorizontalLayout",
"elements": [
{
{
"type": "Control",
"scope": "#/properties/pluginType",
"label": "Type"
},
{
"type": "Control",
"scope":
"#/properties/manatoryParameter",
"label": "Mandatory Parameter"
}
"type": "Control",
]
}
]
}
}
}
]
}
"scope": "#/properties/plugins",
"options": {
"elementLabelProp": "name",
|