var roche = {}; roche.configurationPath = '_config/en/configuration.json'; // page configuration roche.configuration = {data: {page: {},global: {}}}; roche.configuration.data.staticResourcesBase = 'https://frontend.roche.com/frontend/releases/latest/resources/'; // for content repo only roche.configuration.data.staticResourcesContentRepoBase = 'resources/'; //Meet the CEO //roche.configuration.data.page.id = 13884; //roche.configuration.data.page.ancestorIds = [13789, 13827]; //Debug example for a page that is not in navigation //roche.configuration.data.page.id = 123456789; //roche.configuration.data.page.ancestorIds = [13789, 24435]; //Debug example for homepage roche.configuration.data.page.id = 12718; //home roche.configuration.data.page.ancestorIds = []; roche.configuration.data.page.enableRating = true; // set following to true if you wish config params in json overwrite in-page configurations. By default params set in head overwrite params set in confugrations.json. //roche.configuration.data.overwriteInlineConfigurations = true;