Skip to content

Commit e15cf67

Browse files
committed
wip: Provide ready-made configuration snippets to help set up the app's configuration file #1140
1 parent cf9c0c1 commit e15cf67

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

extras/configs/stickies.js

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
module.exports = {
2+
POSITION: {
3+
id: 'position-sticky',
4+
position: 'top',
5+
offset: [0, 42],
6+
component: 'stickies/KPosition',
7+
visible: false
8+
},
9+
TARGET: {
10+
id: 'target-sticky',
11+
position: 'center',
12+
offset: [0, -20],
13+
component: 'stickies/KTarget',
14+
visible: false
15+
},
16+
NORTH: {
17+
id: 'north-sticky',
18+
position: 'bottom-left',
19+
offset: [100, 2],
20+
component: 'stickies/KNorth',
21+
visible: true
22+
},
23+
ATTRIBUTION: {
24+
id: 'attribution-sticky',
25+
position: 'bottom-right',
26+
offset: [80, 24],
27+
component: 'stickies/KAttribution'
28+
}
29+
}

0 commit comments

Comments
 (0)