Replies: 1 comment
-
Thanks for reporting this @ciokan. We agree that it would be ideal to validate the nested rich text upload fields on the parent document save. We definitely want to improve this workflow. We'll file this under a feature enhancement for now and get back to this as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Consider the following block:
import type {Block} from 'payload/types';
Expected Behavior
the
alt
field should be requiredCurrent Behavior
The alt field does not even show when adding media. Only if you click edit.
Beta Was this translation helpful? Give feedback.
All reactions