We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loading
1 parent 586c3f0 commit 4f083a8Copy full SHA for 4f083a8
content.config.ts
@@ -28,7 +28,7 @@ const createLinkSchema = () => z.object({
28
const createImageSchema = () => z.object({
29
src: z.string().nonempty().editor({ input: 'media' }),
30
alt: z.string().optional(),
31
- loading: z.string().optional(),
+ loading: z.enum(['lazy', 'eager']).optional(),
32
srcset: z.string().optional()
33
})
34
0 commit comments