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
Need a product images data as a value of input[type="hidden"] in JSON format:
input[type="hidden"]
JSON
[{ "title": "some-title", "alt": "some-alt", "smallImage": "small/image/path.jpg", "mediumImage": "medium/image/path.jpg", "largeImage": "large/image/path.jpg" }, ...]
The text was updated successfully, but these errors were encountered:
bocharsky-bw
No branches or pull requests
Need a product images data as a value of
input[type="hidden"]
inJSON
format:The text was updated successfully, but these errors were encountered: