keystatic
keystatic copied to clipboard
allow validating that mdx field is not empty
it would be cool to be able to validate that a richtext field (mdx or markdoc) must not be empty, e.g.:
fields.mdx({ label: "Summary", validation: { isRequired: true } })