Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support file_input elements on modals #1246

Open
ObedSj opened this issue Dec 13, 2023 · 1 comment
Open

Support file_input elements on modals #1246

ObedSj opened this issue Dec 13, 2023 · 1 comment

Comments

@ObedSj
Copy link

ObedSj commented Dec 13, 2023

Description
Support file_input element

"blocks": [  
{
  "type": "input",
  "block_id": "input_block_id",
  "label": {
    "type": "plain_text",
    "text": "Upload Files"
  },
  "element": {
    "type": "file_input",
    "action_id": "file_input_action_id_1",
    "filetypes": ["jpg", "png"],
    "max_files": 5,
  },
}
]

(Optional) Slack's documentation
file_input

@parsley42
Copy link
Member

@ObedSj I've just noticed you've started maintaining a separate fork of slack-go/slack, which is fine/cool - but, do you have any interest in being added as a maintainer for the main project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants