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

@@ -254,7 +254,7 @@
"description": [
{
"language_code": "en_us",
"string": "These columns are always overwritten by this plugin, unless the user locks or overwrites the value."
"string": "These columns are treated as authoritative and will overwrite existing values, including those set by other plugins, unless the current value was explicitly set by the user (<code>Source = USER</code> or <code>Source = LOCKED</code>)."
}
]
},
@@ -288,7 +288,7 @@
"description": [
{
"language_code": "en_us",
"string": "These columns are only overwritten if they are empty or set to NEWDEV."
"string": "These columns are only overwritten if they are empty (<code>NULL</code> / empty string) or if their Source is set to <code>NEWDEV</code>"
}
]
},