Plugin system for template widgets

Created on 19 December 2023, 6 months ago
Updated 21 June 2024, 7 days ago

Problem/Motivation

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.

Steps to reproduce

N/A

Proposed resolution

Implement plugin system

Remaining tasks

Implement

User interface changes

None

API changes

Add API for template widget plugins

Data model changes

Plugin system for widgets

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States paul121 Spokane, WA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024