mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
additional theme support tests
This commit is contained in:

committed by
Art Lowel

parent
5a6e4b1278
commit
91ca5af1d4
@@ -194,34 +194,27 @@ export const environment: Partial<GlobalConfig> = {
|
||||
},
|
||||
themes: [
|
||||
{
|
||||
// name: 'default',
|
||||
name: 'full-item-page-theme',
|
||||
regex: 'items/aa6c6c83-3a83-4953-95d1-2bc2e67854d2/full'
|
||||
},
|
||||
{
|
||||
// name: 'default',
|
||||
name: 'error-theme',
|
||||
regex: 'collections/aaaa.*'
|
||||
},
|
||||
{
|
||||
// name: 'default',
|
||||
name: 'Item (handle)',
|
||||
handle: '10673/1233' // Item inside publications community
|
||||
handle: '10673/1233'
|
||||
},
|
||||
{
|
||||
// name: 'mantis',
|
||||
name: 'blue',
|
||||
regex: 'collections\/e8043bc2.*' // Publications/Thesis collections
|
||||
regex: 'collections\/e8043bc2.*'
|
||||
},
|
||||
{
|
||||
// name: 'mantis',
|
||||
name: 'Publications community (uuid)',
|
||||
uuid: '0958c910-2037-42a9-81c7-dca80e3892b4' // Publications community
|
||||
uuid: '0958c910-2037-42a9-81c7-dca80e3892b4'
|
||||
},
|
||||
{
|
||||
// name: 'default',
|
||||
name: 'base',
|
||||
// name: 'blue',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user