Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
fix widget list on sidebar
  • Loading branch information
Aylur authored Mar 26, 2024
1 parent 4c8b68e commit 36dd4c9
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,36 @@ const widgets = [
'Window',
'Box',
'Button',
'Calendar',
'CenterBox',
'CircularProgress',
'ColorButton',
'DrawingArea',
'Entry',
'EventBox',
'FileChooserButton',
'Fixed',
'FlowBox',
'FontButton',
'Icon',
'Label',
'Overlay',
'LevelBar',
'ListBox',
'Menu',
'MenuBar',
'MenuItem',
'OverLay',
'ProgressBar',
'Revealer',
'Reveale',
'Scrollable',
'Separator',
'Slider',
'SpinButton',
'Spinner',
'Stack',
'Menu',
'MenuItem',
'Switch',
'ToggleButton',

];

// https://astro.build/config
Expand Down

0 comments on commit 36dd4c9

Please sign in to comment.