-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
feature:coreFeature request that affects layout, styles, scripts, etc.Feature request that affects layout, styles, scripts, etc.
Description
Is your feature request related to a problem? Please describe.
If I don't want any widgets, I'll either have to configure position: null for all widgets or remove them from the default configuration file. This is tedious.
Describe the solution you'd like
There could be an option:
widgets:
enabled: false
widgets:
- ...
That would probably require putting the widgets list on a sub-node.
Describe alternatives you've considered
No idea.
Metadata
Metadata
Assignees
Labels
feature:coreFeature request that affects layout, styles, scripts, etc.Feature request that affects layout, styles, scripts, etc.