feat: Update plugin descriptions for authoritative column handling and overwrite conditions

This commit is contained in:
Jokob @NetAlertX
2026-01-21 09:38:53 +00:00
parent fcbe4ae88a
commit 3109b5d253
25 changed files with 46 additions and 283 deletions

View File

@@ -84,68 +84,7 @@
]
},
{
"function": "SET_ALWAYS",
"type": {
"dataType": "array",
"elements": [
{
"elementType": "select",
"elementOptions": [{ "multiple": "true", "ordeable": "true"}],
"transformers": []
}
]
},
"default_value": ["devName", "devFQDN"],
"options": [
"devName",
"devFQDN"
],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "Set always columns"
}
],
"description": [
{
"language_code": "en_us",
"string": "These columns are always overwritten by this plugin, unless the user locks or overwrites the value."
}
]
},
{
"function": "SET_EMPTY",
"type": {
"dataType": "array",
"elements": [
{
"elementType": "select",
"elementOptions": [{ "multiple": "true", "ordeable": "true" }],
"transformers": []
}
]
},
"default_value": [],
"options": [
"devName",
"devFQDN"
],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "Set empty columns"
}
],
"description": [
{
"language_code": "en_us",
"string": "These columns are only overwritten if they are empty or set to NEWDEV."
}
]
},
{ "function": "CMD",
"function": "CMD",
"type": {
"dataType": "string",
"elements": [