-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
23 lines (23 loc) · 1.17 KB
/
config.xml
File metadata and controls
23 lines (23 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Configuration>
<Name>Conditional Notifications server addon</Name>
<Author>Atlas Systems, Inc.</Author>
<Version>1.0.0</Version>
<Active>true</Active>
<Type>Server</Type>
<Description>Automatically sends a notification to the borrower for requests in the Request Conditionalized queue.</Description>
<Settings>
<Setting name="ArticleEmailName" value="" type="string">
<Description>Name of the notification template to send for conditionalized article requests. Cannot contain the following characters: % _ [ ]</Description>
</Setting>
<Setting name="LoanEmailName" value="" type="string">
<Description>Name of the notification template to send for conditionalized loan requests. Cannot contain the following characters: % _ [ ]</Description>
</Setting>
<Setting name="NVTGC" value="" type="string">
<Description>Comma-separated list of NVTGCs to process. Please list out all NVTGCs as they would appear in the NVTGC field on the Users form. If left blank, the addon will process transactions from all NVTGCs.</Description>
</Setting>
</Settings>
<Forms />
<Files>
<File>ConditionalNotifications.lua</File>
</Files>
</Configuration>