Add HelpTextWarning support in FieldDefinition

This commit is contained in:
Bogdan
2023-06-04 00:37:17 +03:00
parent 0f1b466a19
commit 87fdf17926
5 changed files with 38 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@ namespace Prowlarr.Http.ClientSchema
public string Label { get; set; }
public string Unit { get; set; }
public string HelpText { get; set; }
public string HelpTextWarning { get; set; }
public string HelpLink { get; set; }
public object Value { get; set; }
public string Type { get; set; }