payload
payload copied to clipboard
Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building...
### Describe the Bug. The admin panel's "unpublish" feature does not work as expected, as described in the reprod steps. Recommended solution: replace "unpublish" with "Revert to...." which allows you...
### What? Fix docs fragment about JWT strategy authentication ### Why? The example in docs doesn't work out of the box Solution is to set `Content-Type: application/json`
Adds support for halfvec and sparsevec column types. This is required for supporting indexing of embeddings > 2000 dimensions on postgres using the pg-vector extension.
### Describe the Bug Changing a field on a collection led to others (unreferenced, unrelated, with no relationship) being nuked : ```typescript { name: 'tipApel', label: 'Tip apel', type: 'select',...
Adds some common mongodb migrations examples to the docs: - Delete field from the database - Synchronize indexes (which is the solution for common issues like this https://github.com/payloadcms/payload/issues/2007) - Making...
### What? This PR adds the ability to replace the Status section of the document or global edit view, without the need to replace the whole Edit view. ### Why?...
Creates a helper type that can be used within the plugin since in a real project you would have generated types for collections that you could use. Here we just...
Assume the d1 adapter should be used when selecting the with-cloudflare-d1 template. Prevents DB prompt.
### Describe the Bug Auto-generated `down` migrations for PostgreSQL produce SQL that fails due to incorrect drop order. Constraints and indexes referencing the dropped table are attempted after the `DROP...
full description tbd ## Previous config Previously the config for the plugin looked like this. If you wanted to disable jobs queue you'd have to do it for all collections,...