Improved json support
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record MaskedTextEntryConfiguration :
|
||||
ItemEntryConfiguration
|
||||
ItemEntryConfiguration<string>
|
||||
{
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
||||
public string? Pattern { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user