Add sync: false
example to plugin settings code
This commit is contained in:
parent
ac7028edb8
commit
7d38525bd1
@ -32,7 +32,10 @@ exports.config = [
|
||||
defaultVal: "",
|
||||
label: "Type a string",
|
||||
placeholder: "",
|
||||
text: "Description text next to the input box"
|
||||
text: "Description text next to the input box",
|
||||
sync: false // Add sync: false to prevent automatically syncing this setting between
|
||||
// PostalPoint installations (i.e. it's a device-specific setting, like a pairing code)
|
||||
// If it's not present, or is any truthy value, it could be synced between PCs
|
||||
},
|
||||
{
|
||||
type: "password",
|
||||
|
Loading…
x
Reference in New Issue
Block a user