Skip to content

Data collection item editing is not working #149

@sebworks2024

Description

@sebworks2024

Version
1.0.0.alpha3

Error:

Image
Content schema:
      team: defineCollection({
      type: 'data',
      source: 'team/*.md',
      schema: z.object({
        name: z.string().nonempty(),
        title: z.string().nonempty(),
        image: z.string().nonempty().editor({ input: 'media' }),
        linkedin: z.string().nonempty(),
        order: z.number()
      })
    }),

Markdown:

name: Robert
title: Associate
image: /images/robert.jpg
linkedin: https://www.linkedin.com/in/
order: 900

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions