Skip to content

Commit

Permalink
Merge pull request #622 from rentonsa/LUC023A-194
Browse files Browse the repository at this point in the history
Luc023 a 194
  • Loading branch information
rentonsa authored Oct 8, 2020
2 parents 200435d + c335b70 commit 8adf4f4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/alumni.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
// Global CodeIgniter ENVIRONMENT variable is set in skylight/index.php
// Container ID and the field used in solr index to store this ID. Used for restricting search/browse scope.
if (ENVIRONMENT == 'development') {
$config['skylight_container_id'] = '8f5e9ab3-98cb-4665-b911-4507a72bb788';
$config['skylight_container_id'] = 'dcc42cf5-a713-4dc5-97e1-482a871cf1ea';
$config['skylight_ga_code'] = 'UA-25737241-6';
}
else {
$config['skylight_container_id'] = '13';
$config['skylight_container_id'] = '8f5e9ab3-98cb-4665-b911-4507a72bb788';
$config['skylight_ga_code'] = 'UA-25737241-9';
}

Expand Down
2 changes: 1 addition & 1 deletion config/archivemedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$config['skylight_ga_code'] = 'UA-25737241-23';
}

$config['skylight_container_id'] = '6';
$config['skylight_container_id'] = '656322c0-3cfd-453f-8d2b-1aa94bc0b082';

$config['skylight_theme'] = 'archivemedia';

Expand Down
2 changes: 1 addition & 1 deletion config/cockburn.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$config['skylight_oaipmhcollection'] = 'hdl_10683_19104';

// Container ID and the field used in solr index to store this ID. Used for restricting search/browse scope.
$config['skylight_container_id'] = '15';
$config['skylight_container_id'] = '00637a21-11d1-4c07-8099-d00b35dc9c5d';
$config['skylight_container_field'] = 'location.coll';

$config['skylight_fields'] = array('Title' => 'dc.title.en',
Expand Down
2 changes: 1 addition & 1 deletion config/exhibitions.ed.ac.uk.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$config['skylight_oaipmhallowed'] = true;

// Container ID and the field used in solr index to store this ID. Used for restricting search/browse scope.
$config['skylight_container_id'] = '17';
$config['skylight_container_id'] = 'e6941b59-681c-432d-a461-8cb55d46358b';
$config['skylight_container_field'] = 'location.coll';
$config['skylight_sitemap_type'] = 'external';

Expand Down
2 changes: 1 addition & 1 deletion config/openbooks.is.ed.ac.uk.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else {
$config['base_url'] = 'https://openbooks.is.ed.ac.uk/';
$config['skylight_ga_code'] = 'UA-25737241-18';
$config['skylight_container_id'] = '33';
$config['skylight_container_id'] = 'ca96f537-4877-4ddb-8d17-63b65433b9d3';
}

$config['skylight_theme'] = 'openbooks';
Expand Down
5 changes: 3 additions & 2 deletions config/public-art.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
// Global CodeIgniter ENVIRONMENT variable is set in skylight/index.php
if (ENVIRONMENT == 'development') {
$config['skylight_ga_code'] = 'UA-25737241-6';
$config['skylight_container_id'] = '64';
$config['skylight_container_id'] = '10b6ab37-9abc-4036-9f64-edfe4b4a984c';
}
else {
$config['skylight_ga_code'] = 'UA-25737241-9';
$config['skylight_container_id'] = '67';
$config['skylight_container_id'] = '8c47f237-0884-4044-930b-61d574c63c50';
}

$config['skylight_sitemap_type'] = 'internal';
$config['skylight_fields'] = array(
'ID' => 'id',
Expand Down
2 changes: 1 addition & 1 deletion config/sopacollection.ph.ed.ac.uk.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$config['skylight_oaipmhcollection'] = 'hdl_10683_8';

// Container ID and the field used in solr index to store this ID. Used for restricting search/browse scope.
$config['skylight_container_id'] = '4';
$config['skylight_container_id'] = 'df0d9c26-2b73-4cce-8ed7-d047b1a0884e';
$config['skylight_container_field'] = 'location.coll';
$config['skylight_sitemap_type'] = 'internal';

Expand Down

0 comments on commit 8adf4f4

Please sign in to comment.