George Paresishvili
George Paresishvili
Add localization to the `title` field ## Description - [x] 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...
I am encountering a type error whenever I am trying to extend existing blocks. ``` import { fields } from '@payloadcms/plugin-form-builder'; formBuilder({ fields: { select: { ...fields.select, fields: [ ...fields.select.fields,...
I can't seem to find a guide for Azure Functions v4 (TypeScript) bindings (trying to integrate Sendgrid). URL: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-sendgrid?tabs=isolated-process%2Cfunctionsv2&pivots=programming-language-typescript Azure Functions version: v4 Language: TypeScript. Am I missing something? ---...
### Package name payload-openapi ### What happened? I am using Swagger to send authorized requests to custom endpoint that expects authorization header, but swagger does not seem to send it....
I was trying to figure out whether it is possible to run a function after I finish and return the response on my POST method http endpoint? I use azure...