Merge pull request #921 from iceljc/master

rename
This commit is contained in:
iceljc 2025-03-07 12:27:37 -06:00 committed by GitHub
commit 1d93cc0be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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; }