mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
63 lines
1.4 KiB
JSON
Executable File
63 lines
1.4 KiB
JSON
Executable File
{
|
|
"code_name": "workflows",
|
|
"unique_prefix": "WORKFLOWS",
|
|
"plugin_type": "system",
|
|
"enabled": true,
|
|
"data_source": "script",
|
|
"show_ui": false,
|
|
"localized": ["display_name", "description", "icon"],
|
|
|
|
"display_name": [
|
|
{
|
|
"language_code": "en_us",
|
|
"string": "Workflows"
|
|
}
|
|
],
|
|
"icon": [
|
|
{
|
|
"language_code": "en_us",
|
|
"string": "<i class=\"fa-solid fa-shuffle\"></i>"
|
|
}
|
|
],
|
|
"description": [
|
|
{
|
|
"language_code": "en_us",
|
|
"string": "A plugin to adjust behavior of workflows."
|
|
}
|
|
],
|
|
"params": [],
|
|
|
|
"settings": [
|
|
{
|
|
"function": "AppEvents_hist",
|
|
"type": {
|
|
"dataType": "integer",
|
|
"elements": [
|
|
{
|
|
"elementType": "input",
|
|
"elementOptions": [{ "type": "number" }],
|
|
"transformers": []
|
|
}
|
|
]
|
|
},
|
|
"default_value": 100,
|
|
"options": [],
|
|
"localized": ["name", "description"],
|
|
"name": [
|
|
{
|
|
"language_code": "en_us",
|
|
"string": "App Events History"
|
|
}
|
|
],
|
|
"description": [
|
|
{
|
|
"language_code": "en_us",
|
|
"string": "How many historical entries of Application Events should be kept. This influences how many entries are also available in the Workflows section in the UI."
|
|
}
|
|
]
|
|
}
|
|
],
|
|
|
|
"database_column_definitions": []
|
|
}
|