Custom Panel
To enable customized panels in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
panel_custom:
- name: my-panel
sidebar_title: TodoMVC
sidebar_icon: mdi:work
url_path: my-todomvc
js_url: /local/my-panel.js
config:
who: world
Store your custom panels in `/www` to make them available in the frontend at the path `/local`.
</div>