Skip to content

Commit

Permalink
wip: add customized attribution.header and attribution.footer configu…
Browse files Browse the repository at this point in the history
…ration #391
  • Loading branch information
melanielassarade committed Nov 4, 2024
1 parent fc47db0 commit 23ef278
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 23ef278

Please sign in to comment.