Files
payload/docs
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-05-29 15:11:36 -04:00
2024-01-10 16:45:42 -05:00
2024-04-15 15:08:03 -04:00
2024-06-13 11:08:04 -04:00