Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Notifier] [Slack] Add SlackPlainTextInputBlock for Slack message#60310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:7.4
Are you sure you want to change the base?
[Notifier] [Slack] Add SlackPlainTextInputBlock for Slack message#60310
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Implemented SlackPlainTextInputBlock class to add a plain text input field to Slack messages. - Created tests for SlackPlainTextInputBlock to ensure proper functionality, including label, action ID, and placeholder validation. - Updated README with usage example for adding a plain text input to a Slack message.
This comment has been minimized.
This comment has been minimized.
@@ -241,6 +241,28 @@ $chatMessage->options($options); | |||
$chatter->send($chatMessage); | |||
``` | |||
Adding a Plain Text Input to a Message | |||
---------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
---------------------------- | |
---------------------------- | |
Please make the underline length match the title
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackPlainTextInputBlock.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Please check fabbot.io CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Can you please add a testcase where this block is used int he transport? Thanks
How can I do that? Is there a similar test for another block that I could use as a reference? |
Check the transport test, I am currently on a phone and cannot check |
camilleislasse commentedMay 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Something likethis? |
Yes |
Uh oh!
There was an error while loading.Please reload this page.
Add SlackPlainTextInputBlock for Slack message
Allow to do send message like that :