Skip to content

Commit

Permalink
Update OverrideTagModal.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Mar 1, 2024
1 parent c682766 commit 88b3ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModCore/Modals/OverrideTagModal.cs
Expand Up @@ -13,7 +13,7 @@ namespace ModCore.Modals
[Modal("override_tag")]
public class OverrideTagModal : IModal
{
[ModalField("Tag Content (Markdown Permitted)", "content", "https://www.youtube.com/watch?v=dQw4w9WgXcQ", null, true, TextInputStyle.Paragraph, 1, 255)]
[ModalField("Tag Content (Markdown Permitted)", "content", "https://www.youtube.com/watch?v=dQw4w9WgXcQ", null, true, TextInputStyle.Paragraph, 1, 4000)]
public string Content { get; set; }

[ModalHiddenField("n")]
Expand Down

0 comments on commit 88b3ac8

Please sign in to comment.