mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Add HelpTextWarning support in FieldDefinition
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user