Skip to content

Commit

Permalink
wip: Update stickies management #374
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 14, 2024
1 parent 860500a commit e945494
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,12 +637,11 @@ module.exports = {
]
},
stickies: {
content: [{
id: 'level-slider', position: 'right', offset: [40, 0], content: [{ component: 'KLevelSlider' }]
} /* Only for example purpose
{
id: 'site-seeker', position: 'bottom-right', offset: [16, 16], content: [{ component: 'SiteSeeker' }]
}*/]
content: [
{ id: 'level-slider', position: 'right', offset: [40, 0], component: 'KLevelSlider' },
// Only for example purpose
// { id: 'site-seeker', position: 'bottom-right', offset: [16, 16], component: 'SiteSeeker' }
]
},
fab: {
content: [
Expand Down

0 comments on commit e945494

Please sign in to comment.