Remove alt text for images #702
Answered
by
ChristianMurphy
KulkiratSinghSonrai
asked this question in
Q&A
-
Hello, Is there a way to disable alt text for images ? |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Apr 30, 2021
Replies: 1 comment
-
A plugin can be created to add or remove content as wanted, the guide on the unified site introduces how to make plugins https://unifiedjs.com/learn More generally, this sounds like an XY Problem, why do you want to remove alt text? Alt text is important for accessibility. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A plugin can be created to add or remove content as wanted, the guide on the unified site introduces how to make plugins https://unifiedjs.com/learn
More generally, this sounds like an XY Problem, why do you want to remove alt text? Alt text is important for accessibility.