additional theme support tests

This commit is contained in:
Kristof De Langhe
2021-02-26 15:33:16 +01:00
committed by Art Lowel
parent 5a6e4b1278
commit 91ca5af1d4
7 changed files with 400 additions and 114 deletions

View File

@@ -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',
},
],
};