From 781ba981263ee6524fea1a95836108d252a124f4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Aug 2020 14:45:57 +0200 Subject: Add ability to set a description to dynamic fields --- shared/models/plugins/register-client-form-field.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/plugins/register-client-form-field.model.ts') diff --git a/shared/models/plugins/register-client-form-field.model.ts b/shared/models/plugins/register-client-form-field.model.ts index df24339c6..ec333e8d6 100644 --- a/shared/models/plugins/register-client-form-field.model.ts +++ b/shared/models/plugins/register-client-form-field.model.ts @@ -3,6 +3,8 @@ export interface RegisterClientFormFieldOptions { label: string type: 'input' | 'input-checkbox' | 'input-textarea' | 'markdown-text' | 'markdown-enhanced' + descriptionHTML?: string + // Default setting value default?: string | boolean } -- cgit v1.2.3