added disabled
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
69caf72808
commit
5c948438a1
@ -24,6 +24,11 @@ namespace Herse.Models
|
||||
[JsonProperty("path")]
|
||||
public string Path { get; set; }
|
||||
|
||||
|
||||
[JsonProperty("disabled")]
|
||||
public bool Disabled { get; set; } = false;
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public FileType FileType
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user