From 23ef2780b09f8dc4d27f8d6e3a79de5454e9ba74 Mon Sep 17 00:00:00 2001 From: melanielassarade Date: Mon, 4 Nov 2024 16:50:07 +0100 Subject: [PATCH] wip: add customized attribution.header and attribution.footer configuration #391 --- config/default.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/default.js b/config/default.js index 290a0e61..d4d934aa 100644 --- a/config/default.js +++ b/config/default.js @@ -453,6 +453,18 @@ module.exports = { } ] }, + attribution: { + header: [ + //For example purpose + // { id: 'attribution-header', component: 'KStamp', text: 'header text' } + ], + headerClass: [''], + footer: [ + // For example purpose + // { id: 'attribution-footer', component: 'KStamp', text: 'footer text' } + ], + footerClass: [''], + }, screens: { actions: [{ id: 'terms-policies',