Skip to content

Commit

Permalink
fix: header/footer class is not an array anymore in KAttribution
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Nov 5, 2024
1 parent 31808f0 commit 2a61804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,12 @@ module.exports = {
//For example purpose
// { id: 'attribution-header', component: 'KStamp', text: 'header text' }
],
headerClass: [''],
headerClass: '',
footer: [
// For example purpose
// { id: 'attribution-footer', component: 'KStamp', text: 'footer text' }
],
footerClass: [''],
footerClass: '',
},
screens: {
actions: [{
Expand Down

0 comments on commit 2a61804

Please sign in to comment.