|
|
@ -61,6 +61,13 @@ function islandora_repository_admin(array $form, array &$form_state) { |
|
|
|
'#description' => t('HTTP caching can reduce network traffic, by allowing clients to used cached copies.'), |
|
|
|
'#description' => t('HTTP caching can reduce network traffic, by allowing clients to used cached copies.'), |
|
|
|
'#default_value' => variable_get('islandora_use_datastream_cache_headers', TRUE), |
|
|
|
'#default_value' => variable_get('islandora_use_datastream_cache_headers', TRUE), |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
'islandora_defer_derivataves_on_ingest' => array( |
|
|
|
|
|
|
|
'#type' => 'checkbox', |
|
|
|
|
|
|
|
'#title' => t('Defer derivative generation during ingest'), |
|
|
|
|
|
|
|
'#description' => t('Prevent derivatives from running during ingest, |
|
|
|
|
|
|
|
useful if derivatives are to be created by an external service.'), |
|
|
|
|
|
|
|
'#default_value' => variable_get('islandora_defer_derivataves_on_ingest', FALSE), |
|
|
|
|
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
'islandora_namespace' => array( |
|
|
|
'islandora_namespace' => array( |
|
|
|
'#type' => 'fieldset', |
|
|
|
'#type' => 'fieldset', |
|
|
|