-
Notifications
You must be signed in to change notification settings - Fork 17
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
[7274] images: add validator which enforces alt texts on img tags #1520
Conversation
65d30ce
to
e5988fa
Compare
e5988fa
to
a601a2a
Compare
Coverage reportTotal coverage
Report generated by 🧪jest coverage report action from b1e165b |
934b7e8
to
d52847e
Compare
verbose_name="Results of your project", | ||
), | ||
), | ||
] |
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.
let's squash this and the last migration once this PR is merged to main.
d52847e
to
2d7204d
Compare
2d7204d
to
b1e165b
Compare
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.
Nice!
Adds an alt text validator to project information and result forms in dashboard. Submitting the ckeditor form should fail if no alt text was set on an image
partly fixes liqd/a4-meinberlin#5394
Tasks