package form import ( "context" "fmt" "github.com/starfleetcptn/gomft/components" // For LayoutWithContext "github.com/starfleetcptn/gomft/components/notifications/types" "github.com/starfleetcptn/gomft/components/notifications/form/utils" "github.com/starfleetcptn/gomft/components/notifications/form/fields" // Import fields ) templ NotificationForm(ctx context.Context, data types.NotificationFormData) { @components.LayoutWithContext(utils.GetNotificationFormTitle(data.IsNew), ctx) {
Configure your notification service to receive alerts for job events. Different notification types have different configuration options.