Skip to content

Commit

Permalink
Allow RichTextInput as an InputBlock Element (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong authored May 31, 2024
1 parent f680bfb commit 53c3060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slackblocks/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ExternalSelectMenu,
PlainTextInput,
RadioButtonGroup,
RichTextInput,
StaticMultiSelectMenu,
StaticSelectMenu,
UserMultiSelectMenu,
Expand Down Expand Up @@ -63,6 +64,7 @@
StaticMultiSelectMenu,
UserSelectMenu,
UserMultiSelectMenu,
RichTextInput,
)


Expand Down

0 comments on commit 53c3060

Please sign in to comment.