@bpanel/settings

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

Usage no npm install needed!

<script type="module">
  import bpanelSettings from 'https://cdn.skypack.dev/@bpanel/settings';
</script>

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 and widgetCreator APIs in bPanel to enable decoration by other plugins. Read more in the bPanel docs to learn more about how this system works.

Usage

TODO: Insert example usage here.