Versions in this module Expand all Collapse all v1 v1.3.1 Mar 14, 2026 v1.3.0 Mar 12, 2026 Changes in this version + func NewManifest() *contributor.Manifest + type Contributor struct + func New(manifest *contributor.Manifest, cp *app.CtrlPlane) *Contributor + func (c *Contributor) Manifest() *contributor.Manifest + func (c *Contributor) RenderPage(ctx context.Context, route string, params contributor.Params) (templ.Component, error) + func (c *Contributor) RenderSettings(ctx context.Context, settingID string) (templ.Component, error) + func (c *Contributor) RenderWidget(ctx context.Context, widgetID string) (templ.Component, error)