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.
- Host: GitHub
- URL: https://github.com/bpanel-org/settings
- Owner: bpanel-org
- Created: 2018-11-16T23:10:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T21:20:32.000Z (over 7 years ago)
- Last Synced: 2025-06-27T22:04:29.792Z (12 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.