-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: admin upload controls #11615
base: main
Are you sure you want to change the base?
feat: admin upload controls #11615
Conversation
This makes me very happy. I'll no longer need a custom upload component for my image search plugin, thank you! |
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.
@kendelljoseph Can we update the styling of the Select a file
& Paste url
buttons or / it's parent wrappers so that the buttons do not stretch (like shown in your image above) if the parent height changes due to the custom components?
@PatrikKozak yep, will do! |
What?
Adds the ability to add additional components to the file upload component.
Why?
To enable the ability to add custom components when uploading documents near the primary upload operations.