Skip to content

Commit

Permalink
Update SetTagModal.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Mar 1, 2024
1 parent 754b815 commit c682766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModCore/Modals/SetTagModal.cs
Expand Up @@ -13,7 +13,7 @@ namespace ModCore.Modals
[Modal("set_tag")]
public class SetTagModal : 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 c682766

Please sign in to comment.