An open API service indexing awesome lists of open source software.

https://github.com/bpanel-org/settings

A settings panel for bPanel. Uses widget areas to allow other plugins to hook in and add their own settings pane.
https://github.com/bpanel-org/settings

Last synced: 12 months ago
JSON representation

A settings panel for bPanel. Uses widget areas to allow other plugins to hook in and add their own settings pane.

Awesome Lists containing this project

README

          

# bPanel Settings Dashboard

This is a mostly blank plugin that can be decorated by other plugins wishing to
display customizable settings that users can update. It uses the
[decoratePlugin](https://bpanel.org/docs/api-decorate-plugins.html#decorateplugin)
and [widgetCreator](https://bpanel.org/docs/ui-utilities.html#widgetcreator) APIs
in bPanel to enable decoration by other plugins. Read more in the
[bPanel docs](https://bpanel.org/docs/ui-utilities.html#widgetcreator) to learn more
about how this system works.

## Usage
TODO: Insert example usage here.