Skip to content

Commit 36dd4c9

Browse files
authored
Update astro.config.mjs
fix widget list on sidebar
1 parent 4c8b68e commit 36dd4c9

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

astro.config.mjs

+20-4
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,36 @@ const widgets = [
2727
'Window',
2828
'Box',
2929
'Button',
30+
'Calendar',
3031
'CenterBox',
3132
'CircularProgress',
33+
'ColorButton',
34+
'DrawingArea',
3235
'Entry',
3336
'EventBox',
37+
'FileChooserButton',
38+
'Fixed',
39+
'FlowBox',
40+
'FontButton',
3441
'Icon',
3542
'Label',
36-
'Overlay',
43+
'LevelBar',
44+
'ListBox',
45+
'Menu',
46+
'MenuBar',
47+
'MenuItem',
48+
'OverLay',
3749
'ProgressBar',
38-
'Revealer',
50+
'Reveale',
3951
'Scrollable',
52+
'Separator',
4053
'Slider',
54+
'SpinButton',
55+
'Spinner',
4156
'Stack',
42-
'Menu',
43-
'MenuItem',
57+
'Switch',
58+
'ToggleButton',
59+
4460
];
4561

4662
// https://astro.build/config

0 commit comments

Comments
 (0)