website-cms
website-cms copied to clipboard
The CMS behind payloadcms.com
I have a local version of Payload downloaded from this repo. (My package.json file is below) When attempting to install any social media icon packages I get the following errors:...
when I have a collection with the permission of create:()=> isAdmin  It causes below Permission error: You are not allowed to perform this action. Thank you so...
https://github.com/payloadcms/website-cms/assets/141804427/7e92457a-76c0-48ec-9d95-b3deb84ab182 i have uploaded the video to related issue issue: when i chose category item, then there are 2 sub categories item and then i select one and publish ,...
I guess there's a small bug in [fields/link.ts](https://github.com/payloadcms/website-cms/blob/main/src/fields/link.ts#L141) ``` linkResult.fields.push({ name: 'appearance', type: 'select', defaultValue: 'default', options: appearanceOptionsToUse, admin: { description: 'Choose how the link should be rendered.' } });...
This needs to be form-specific and not apply to all forms. To do this, add a `beforeValidate` hook to the `formSubmissions` collection via the plugin config. In here, check the...
Hello, I recently cloned the Payload CMS from this repository and was able to run on my local PC without any issues. However, I noticed that the cloned instance does...
The useSMTP section defines the port, based on the host name instead of the port number.
When following the readme file, some instructions are missing to connect to the payload website