fronts-client/integration/fixtures/config.js (27 lines of code) (raw):
module.exports = {
fronts: {
'test/front': {
collections: [
'13b2fc5d-ab47-4926-9a26-ee76184be485',
'e59785e9-ba82-48d8-b79a-0a80b2f9f808',
'e59785e9-ba82-48d8-b79a-0a80b2f9f809'
],
isHidden: true,
canonical: '13b2fc5d-ab47-4926-9a26-ee76184be485'
}
},
collections: {
'13b2fc5d-ab47-4926-9a26-ee76184be485': {
displayName: 'Main',
type: 'fixed/small/slow-IV'
},
'e59785e9-ba82-48d8-b79a-0a80b2f9f808': {
displayName: 'Second Collection 2',
type: 'fixed/large/slow-XIV'
},
'e59785e9-ba82-48d8-b79a-0a80b2f9f809': {
displayName: 'Full collection',
type: 'fixed/large/slow-XIV'
}
}
};