-
Notifications
You must be signed in to change notification settings - Fork 2
/
Config.xml
30 lines (30 loc) · 1.2 KB
/
Config.xml
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
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>ArchivesSpace Containers</Name>
<Author>Cédric Viaccoz</Author>
<Version>1.1</Version>
<Active>True</Active>
<Type>Addon</Type>
<Description>Retrieve top containers linked to the call number, title or ead_id of a resource</Description>
<Forms>
<Form>FormRequest</Form>
</Forms>
<Permissions />
<Settings>
<Setting name="TabName" value="ArchivesSpace Containers" type="string">
<Description>Defines what text you want to appear on the addon ribbon. Does not affect logging or internal naming.</Description>
</Setting>
<Setting name="APIUrl" value="" type="string">
<Description>The base URL for the custom AS echo webservice</Description>
</Setting>
<Setting name="APIUsername" value="" type="string">
<Description>The username used to access the AS api</Description>
</Setting>
<Setting name="APIPassword" value="" type="string">
<Description>The password used to access the AS api</Description>
</Setting>
</Settings>
<Files>
<File>Main.lua</File>
</Files>
</Configuration>