forked from jobisoft/quicktext-community-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist-of-scripts.mjs
More file actions
25 lines (24 loc) · 1 KB
/
Copy pathlist-of-scripts.mjs
File metadata and controls
25 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// This structure is used to signal Quicktext which scripts are available. The
// actual script definitions will be in the specified file in the scripts subfolder.
export const SCRIPTS = {
"AddRecipients": "AddRecipients.mjs",
"CaseNumber": "CaseNumber.mjs",
"CleanSubject": "CleanSubject.mjs",
"CustomForwardHeader": "CustomForwardHeader.mjs",
"DateOffset": "DateOffset.mjs",
"GeneratePassword": "GeneratePassword.mjs",
"GetLinepart": "GetLinepart.mjs",
"GetMailBody": "GetMailBody.mjs",
"GetRecipients": "GetRecipients.mjs",
"GoodMorning": "GoodMorning.mjs",
"Identity": "Identity.mjs",
"LastMonth": "LastMonth.mjs",
"OpenComposeWindow": "OpenComposeWindow.mjs",
"RemoveRecipients": "RemoveRecipients.mjs",
"SchleuderResend": "SchleuderResend.mjs",
"SetSubject": "SetSubject.mjs",
"SpellChecker": "SpellChecker.mjs",
"ToFirstOrLastname": "ToFirstOrLastname.mjs",
"ToggleSignMessage": "ToggleSignMessage.mjs",
"ToNickname": "ToNickname.mjs",
}