33 lines
No EOL
732 B
JSON
33 lines
No EOL
732 B
JSON
{
|
|
"id": "example-plugin",
|
|
"icon": "pets",
|
|
"forms": [
|
|
{
|
|
"name": "Hello world",
|
|
"isTask": false,
|
|
"selfUpdate": true,
|
|
"route": "/hello",
|
|
"schema": [
|
|
{
|
|
"fieldType": "textInput",
|
|
"placeholder": "Enter a string",
|
|
"label": "Plugin string",
|
|
"name": "plugin_string"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Timelapse",
|
|
"isTask": true,
|
|
"route": "/timelapse",
|
|
"submitLabel": "Start timelapse",
|
|
"schema": [
|
|
{
|
|
"fieldType": "numberInput",
|
|
"name": "n_images",
|
|
"label": "Number of images"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |