You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the Advanced Schemas feature. Is it feasible to also support derived properties? For example, have a property "Slug" that's a transform of the "Name" property? I did not find a way to use transform across different properties. Or does this require multiple zod schemas?
The text was updated successfully, but these errors were encountered:
As far as I’m aware, this isn’t possible with zod and astro. If there is some way to rename properties in Astro markdown files using a schema I’m happy to try and make that work here too.
I like the Advanced Schemas feature. Is it feasible to also support derived properties? For example, have a property "Slug" that's a transform of the "Name" property? I did not find a way to use transform across different properties. Or does this require multiple zod schemas?
The text was updated successfully, but these errors were encountered: