Update Creating a Node

2025-05-16 14:52:38 -06:00
parent 4c0e1cadf4
commit 3d499c691f

@ -81,7 +81,7 @@ config: [
## 4. 🧑‍🎨 Tips for Sidebar-Configurable Nodes
* **Use `config` for all user-tunable parameters.**
* **Keys in `config` must match data keys in your nodes `data` prop.**
* **Keys in `config` must match data keys in your node's `data` prop.**
* **Sidebar will auto-update and write changes to `window.BorealisValueBus` and node state.**
* **Add usage documentation in `usage_documentation` for help inside the editor.**