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
The src and _mobileSrc properties should be standardized.
src
_mobileSrc
_src
_small
_large
Suggest changing this to:
"_graphic": { "_large": "assets/example.png", "_small": "", "alt": "" },
Will need migration scripts.
The text was updated successfully, but these errors were encountered:
4cf9197
Chore(release): 4.0.0 [skip ci]
0166582
# [4.0.0](v3.3.0...v4.0.0) (2024-07-15) ### Breaking * Core image template update (fixes #16) ([4cf9197](4cf9197)), closes [#16](#16)
🎉 This issue has been resolved in version 4.0.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
guywillis
Successfully merging a pull request may close this issue.
Subject of the issue
The
src
and_mobileSrc
properties should be standardized.src
is not translatable and should therefore have an underscore before it (ex._src
)._small
and_large
.Suggest changing this to:
Will need migration scripts.
The text was updated successfully, but these errors were encountered: