Skip to content

Commit 64604aa

Browse files
authored
Update Config.xml
1 parent bfeaf72 commit 64604aa

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Aeon-ArchivesSpace-Addon/Config.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<Name>ArchivesSpace Interface</Name>
44
<Author>Atlas Systems, Inc.</Author>
5-
<Version>2.1.0</Version>
5+
<Version>2.2.0</Version>
66
<Active>True</Active>
77
<Type>Addon</Type>
88
<Description>This addon performs searches in ArchivesSpace using the staff interface. This addon supports ArchivesSpace versions v2.8.0 and later.</Description>
99
<Forms>
1010
<Form>FormRequest</Form>
1111
</Forms>
12+
<Permissions />
1213
<Settings>
1314
<Setting name="AutoSearch" value="true" type="boolean">
1415
<Description>Defines whether the search should be automatically performed when the form opens.</Description>
@@ -26,13 +27,13 @@
2627
<Description>The staff password to use when logging in to the web interface. It is recommended to use an account that has read-only permissions on the relevant repositories.</Description>
2728
</Setting>
2829
<Setting name="AutoSearchPriority" value="Title, Author, CallNumber" type="string">
29-
<Description>A comma-separated list of searches to be performed in order.</Description>
30-
</Setting>
30+
<Description>A comma-separated list of searches to be performed in order.</Description>
31+
</Setting>
3132
<Setting name="AutoGroupResults" value="false" type="boolean">
32-
<Description>Specifies whether the results grid should be grouped automatically. The table will be grouped by the "Volume" column, which refers to either the instance's top container display string or digital object title.</Description>
33-
</Setting>
33+
<Description>Specifies whether the results grid should be grouped automatically. The table will be grouped by the "Volume" column, which refers to either the instance's top container display string or digital object title.</Description>
34+
</Setting>
3435
</Settings>
3536
<Files>
3637
<File>Aeon-ArchivesSpace.lua</File>
3738
</Files>
38-
</Configuration>
39+
</Configuration>

0 commit comments

Comments
 (0)