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...
# Bug Report Fields that are children of Row field that is a child of Tabs field doesn't work - they render empty and updates doesn't affect them. ## Expected...
## Description This PR exposes an express route for all collections with upload configuration, which will return the image resized from the parameters from the query string. The motivation for...
## Description as discussed in https://github.com/payloadcms/payload/discussions/764 ```ts { slug: "landing", fields: [ { name: "cards", type: "blocks", blocks: [cards], required: true, }, ], } ``` is outputting ``` type Landing...
https://youtu.be/NkdkchHJzrk Video should show the problem. Each entry has a group "A" and "B". When navigating from Page 1 to 2, some entries show `` even though they do have...
# Bug Report i just installed a fresh copy of payload cms just added a new field 'userName' like below to Users.js `{ name: "userName", type: "text", index: true, required:...
## Description This adds the ability to optionally provide a `name` value to a tab, and have it function the same as a Group when storing/retrieving from the database. As...
# Bug Report This just happened to me while editing rich text (I just typed a letter):   I don't know why, it happens seemingly randomly. It's quite annoying...
# Bug Report Nested lists from the rich text fields are rendering incorrectly. In Payload:  In my frontend:  This is the incorrect HTML it generates:  And this...
Sort select and relationship fields by default
…is on ## Description Remove automatic password and email fields from GraphQL schema when disableLocalStrategy is on. - [ ] I have read and understand the CONTRIBUTING.md document in this...