You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"help_text": "Choose who is allowed to use the Wrangler plugin. (Other permissions below still apply)",
36368
+
"placeholder": "",
36369
+
"default": "system-admins",
36370
+
"options": [
36371
+
{
36372
+
"display_name": "System administrators only",
36373
+
"value": "system-admins"
36374
+
},
36375
+
{
36376
+
"display_name": "System administrators and users from the 'Allowed Email Domain' list",
36377
+
"value": "system-admins-and-email-domain"
36378
+
},
36379
+
{
36380
+
"display_name": "All users",
36381
+
"value": "all-users"
36382
+
}
36383
+
],
36384
+
"hosting": "",
36385
+
"secret": false
36386
+
},
36387
+
{
36388
+
"key": "AllowedEmailDomain",
36389
+
"display_name": "Allowed Email Domain",
36390
+
"type": "text",
36391
+
"help_text": "(Optional) When set, users must have an email ending in this domain to use Wrangler. Multiple domains can be specified by separating them with commas. This also supports full email address matching if you want to limit plugin usage to specific users.",
"help_text": "Control whether command autocomplete is enabled or not. If enabled and Allowed Email Domain is set, then some users will be able to see the Wrangler commands, but will be unable to run them.",
36412
+
"placeholder": "",
36413
+
"default": false,
36414
+
"hosting": "",
36415
+
"secret": false
36416
+
},
36417
+
{
36418
+
"key": "MoveThreadMaxCount",
36419
+
"display_name": "Max Thread Count Move Size",
36420
+
"type": "text",
36421
+
"help_text": "The maximum number of messages in a thread that the plugin is allowed to move. Leave empty for unlimited messages.",
36422
+
"placeholder": "",
36423
+
"default": null,
36424
+
"hosting": "",
36425
+
"secret": false
36426
+
},
36427
+
{
36428
+
"key": "MoveThreadToAnotherTeamEnable",
36429
+
"display_name": "Enable Moving Threads To Different Teams",
36430
+
"type": "bool",
36431
+
"help_text": "Control whether Wrangler is permitted to move message threads from one team to another or not.",
36432
+
"placeholder": "",
36433
+
"default": false,
36434
+
"hosting": "",
36435
+
"secret": false
36436
+
},
36437
+
{
36438
+
"key": "MoveThreadFromPrivateChannelEnable",
36439
+
"display_name": "Enable Moving Threads From Private Channels",
36440
+
"type": "bool",
36441
+
"help_text": "Control whether Wrangler is permitted to move message threads from private channels or not.",
"display_name": "Enable Moving Threads From Direct Message Channels",
36450
+
"type": "bool",
36451
+
"help_text": "Control whether Wrangler is permitted to move message threads from direct message channels or not.",
36452
+
"placeholder": "",
36453
+
"default": false,
36454
+
"hosting": "",
36455
+
"secret": false
36456
+
},
36457
+
{
36458
+
"key": "MoveThreadFromGroupMessageChannelEnable",
36459
+
"display_name": "Enable Moving Threads From Group Message Channels",
36460
+
"type": "bool",
36461
+
"help_text": "Control whether Wrangler is permitted to move message threads from group message channels or not.",
36462
+
"placeholder": "",
36463
+
"default": false,
36464
+
"hosting": "",
36465
+
"secret": false
36466
+
},
36467
+
{
36468
+
"key": "MergeThreadEnable",
36469
+
"display_name": "Enable Merging Threads [BETA]",
36470
+
"type": "bool",
36471
+
"help_text": "Control whether Wrangler is permitted to merge message threads. Depending on other plugin settings these threads can be merged across channels and teams. Note that message timestamps are preserved when threads are merged which could result in unexpected or confusing message ordering.",
36472
+
"placeholder": "",
36473
+
"default": false,
36474
+
"hosting": "",
36475
+
"secret": false
36476
+
},
36477
+
{
36478
+
"key": "ThreadAttachMessage",
36479
+
"display_name": "Info-Message: Attached a Message",
36480
+
"type": "text",
36481
+
"help_text": "The message being sent to the user after attaching his message to a thread. Allowed variables: {executor}, {postLink}",
36482
+
"placeholder": "",
36483
+
"default": "@{executor} wrangled one of your messages into a thread for you: {postLink}",
36484
+
"hosting": "",
36485
+
"secret": false
36486
+
},
36487
+
{
36488
+
"key": "MoveThreadMessage",
36489
+
"display_name": "Info-Message: Moved a Thread",
36490
+
"type": "text",
36491
+
"help_text": "The message being sent to the user after moving a thread. Allowed variables: {executor}, {postLink}",
36492
+
"placeholder": "",
36493
+
"default": "@{executor} wrangled a thread you started to a new channel for you: {postLink}",
36494
+
"hosting": "",
36495
+
"secret": false
36496
+
},
36497
+
{
36498
+
"key": "CopyThreadMessage",
36499
+
"display_name": "Info-Message: Copied a Thread",
36500
+
"type": "text",
36501
+
"help_text": "The message being sent to the user after copying a message. Allowed variables: {executor}, {postLink}",
36502
+
"placeholder": "",
36503
+
"default": "@{executor} copied a thread you started to a new channel for you: {postLink}",
0 commit comments