Is it possible to build a custom widget that can specify one or more “input fields” directly in the widget options?
Here’s an overly-simplistic example to demonstrate what I mean…
I want to have a widget that shows the sum of 2 numbers. So, in the widget configuration, I would specify that I want two integer input fields. These would show in the custom widget settings on the right side panel. Then I could put 3 and 5 into the fields, and the widget itself would show 8.
Currently, I have to either bind the widget to a table, or create a config “page” or modal within my widget to collect the input values.
So is what I’m asking possible?
Thanks,
Travis