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
..
2023-09-01 17:39:44 +02:00
2024-04-21 20:39:32 -04:00
2024-05-01 15:31:24 -04:00
2024-01-05 11:53:51 -05:00
2024-05-01 15:58:15 -04:00
2024-05-01 15:58:15 -04:00
2024-01-11 11:45:25 -05:00
2024-05-10 10:22:22 -04:00
2024-05-28 10:25:40 -04:00
2023-12-01 16:25:21 -05:00
2024-04-20 23:05:37 -04:00
2024-05-01 15:52:18 -04:00
2024-05-29 13:34:29 -04:00
2024-06-07 09:47:35 -04:00
2024-04-20 23:05:37 -04:00
2024-05-29 15:11:36 -04:00
2024-04-03 13:36:01 -04:00
2024-01-10 16:45:42 -05:00
2024-04-20 23:05:37 -04:00
2024-05-01 15:58:15 -04:00
2023-09-01 17:39:44 +02:00
2023-11-03 17:18:03 -04:00
2024-04-15 15:08:03 -04:00
2024-06-13 11:08:04 -04:00