Skip to content

Instantly share code, notes, and snippets.

@jambun
Created June 18, 2020 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jambun/ab0063129a5491fab3386745eb1bf434 to your computer and use it in GitHub Desktop.
Save jambun/ab0063129a5491fab3386745eb1bf434 to your computer and use it in GitHub Desktop.
aeon fulfillment config
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