- Issue created by @paul121
- Status changed to Fixed
5 months ago 7:26am 21 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Each field on the template needs to select a widget. The widget is responsible for a few things:
- Providing an optional settings form to configure how the widget is displayed
- Rendering the widget as configured within the Template form
- Allowing a default value to configured for this template field
- ...
Currently these are just implemented as functions in a trait for each widget type, but it is time to make these into a more concrete plugin system.
N/A
Implement plugin system
Implement
None
Add API for template widget plugins
Plugin system for widgets
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.