Created
June 18, 2020 01:07
-
-
Save jambun/ab0063129a5491fab3386745eb1bf434 to your computer and use it in GitHub Desktop.
aeon fulfillment config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppConfig[:aeon_fulfillment] = { | |
"repo1" => { | |
:aeon_web_url => "https://aeon-1-dev.its.yale.edu/aeon.dll", | |
:aeon_external_system_id => "ArchivesSpace", | |
:request_in_new_tab => true, | |
:hide_button_for_access_restriction_types => ['RestrictedSpecColly'], | |
:aeon_site_code => 'MSS', | |
:requests_permitted_for_containers_only => true, | |
:hide_button_for_accessions => false, | |
:document_type_map => { | |
:default => 'Manuscript', | |
'R' => 'Archives' | |
}, | |
:web_request_form_map => { | |
:default => 'GenericRequestManuscript', | |
'R' => 'GenericRequestORBIS', | |
}, | |
}, | |
"noreq" => { | |
:hide_request_button => true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment