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...
## Description - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking change which does not add...
### Link to reproduction _No response_ ### Describe the Bug The highlighted title `Fields` is redundant in link drawer of text editor: ### To Reproduce Open any `richText` editor that...
## Description Fixes https://github.com/payloadcms/payload-3.0-demo/issues/160 and https://github.com/payloadcms/payload-3.0-demo/issues/147 - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking change...
### Link to reproduction _No response_ ### Describe the Bug I have a collection with a custom ID field like this: ``` { name: 'id', type: 'text', label: { de:...
### Link to reproduction https://github.com/bohemima/payload2-nested-docs-bug ### Describe the Bug nested-docs plugin is used to create a hierarchy of `tenants`, tenants can "own" `contacts`, a tenant should be able to see...
### Link to reproduction _No response_ ### Describe the Bug I have a collection named `Posts` where I have a hook like the following: ```js // ... Posts collection {...
### Link to reproduction _No response_ ### Describe the Bug My build on payload cloud is failing due to the `copyfiles` command. However, the dependency is installed and the yarn...
## Description When retrieving a document using the `REST API` and a where clause wherein `exists: false` and field equals `null`: ```javascript const query = { or: [ { '[field]':...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 4.5.2 (2024-01-19) fix: fs deny for case...