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
When opting to rename files during the import, only the first image in each array is imported, and that is duplicated across multiple Matrix Blocks.
This feature was added here: #1336
Example Feed:
{ "items": [ { "title": "Entry 1", "images": [ { "url": "https://via.placeholder.com/150", "filename": "image1" }, { "url": "https://via.placeholder.com/200", "filename": "image2" } ] }, { "title": "Entry 2", "images": [ { "url": "https://via.placeholder.com/250", "filename": "image3" }, { "url": "https://via.placeholder.com/300", "filename": "image4" } ] } ] }
The text was updated successfully, but these errors were encountered:
Thanks for a clear description, Tommy! PR raised.
Sorry, something went wrong.
Resolved in #1472 and will be included in the next 5 and 6 releases.
i-just
No branches or pull requests
Description
When opting to rename files during the import, only the first image in each array is imported, and that is duplicated across multiple Matrix Blocks.
Steps to reproduce
This feature was added here: #1336
Additional info
Example Feed:
The text was updated successfully, but these errors were encountered: