New: Frontend Placeholders from the Backend

This commit is contained in:
Robin Dadswell
2021-11-14 21:49:21 +00:00
committed by bakerboy448
parent 6ca708f523
commit 69f5963f6f
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ namespace Prowlarr.Http.ClientSchema
public string SelectOptionsProviderAction { get; set; }
public string Section { get; set; }
public string Hidden { get; set; }
public string Placeholder { get; set; }
public Field Clone()
{