We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to have the user add some metadata for an image in the preview list, prior to upload.
In my specific use case, that would be a text input for a Title for the image, which could then be added to metadata before upload.
Seems like the easiest wat to do this might be to expose a template for the Preview renderer, or allow it to be a React component?
An optional prop on the React Filepond component that allows a custom renderer for each entry in the preview list.
I can't see a way to do this with the Component & Preview Plugin as they stand.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I'd like to be able to have the user add some metadata for an image in the preview list, prior to upload.
In my specific use case, that would be a text input for a Title for the image, which could then be added to metadata before upload.
Seems like the easiest wat to do this might be to expose a template for the Preview renderer, or allow it to be a React component?
Describe the solution you'd like
An optional prop on the React Filepond component that allows a custom renderer for each entry in the preview list.
Describe alternatives you've considered
I can't see a way to do this with the Component & Preview Plugin as they stand.
The text was updated successfully, but these errors were encountered: