This commit is contained in:
Jicheng Lu 2025-03-07 11:01:54 -06:00
parent 433e302e2d
commit 96ec0b5969

View file

@ -14,7 +14,7 @@ public class PluginMenuDef(string label, string? link = null, string? icon = nul
public string? Link { get; set; } = link;
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? IFrameUrl { get; set; }
public string? EmbedUrl { get; set; }
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? IsHeader { get; set; }