window.orejimeConfig = {
purposes: [
{
id: 'mandatory',
title: 'Technical cookies',
description:
"This can't be disabled as it is required "
+ 'for the website to function properly.',
isMandatory: true
},
{
id: 'analytics',
title: 'Analytics',
description: 'This can be disabled'
}
],
privacyPolicyUrl: '#'
};