Skip to content

Commit 96ec0b5

Browse files
author
Jicheng Lu
committed
rename
1 parent 433e302 commit 96ec0b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Infrastructure/BotSharp.Abstraction/Plugins/Models/PluginMenuDef.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class PluginMenuDef(string label, string? link = null, string? icon = nul
1414
public string? Link { get; set; } = link;
1515

1616
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
17-
public string? IFrameUrl { get; set; }
17+
public string? EmbedUrl { get; set; }
1818

1919
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
2020
public bool? IsHeader { get; set; }

0 commit comments

Comments
 (0)