rename
This commit is contained in:
parent
433e302e2d
commit
96ec0b5969
|
|
@ -14,7 +14,7 @@ public class PluginMenuDef(string label, string? link = null, string? icon = nul
|
||||||
public string? Link { get; set; } = link;
|
public string? Link { get; set; } = link;
|
||||||
|
|
||||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
||||||
public string? IFrameUrl { get; set; }
|
public string? EmbedUrl { get; set; }
|
||||||
|
|
||||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
||||||
public bool? IsHeader { get; set; }
|
public bool? IsHeader { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue