Files
payload/test
Jarrod Flesch ff70fd9813 feat: draft validation (#6746)
Allows draft validation to be enabled at the config level.

You can enable this by:

```ts
// ...collectionConfig
versions: {
  drafts: {
    validate: true // defaults to false
  }
}
```
2024-06-13 11:08:04 -04:00
..
2024-06-13 11:08:04 -04:00
2023-09-26 17:11:46 -04:00
2024-06-13 11:08:04 -04:00
2024-02-16 12:33:07 -05:00
2024-01-08 17:12:02 -05:00
2024-06-13 11:08:04 -04:00
2023-10-06 17:16:13 -04:00
2024-06-13 11:08:04 -04:00