custom-field-guide
custom-field-guide copied to clipboard
Custom Field Sample Project - Color Picker
This is an example Payload CMS project that has a custom color picker field and was created for the blog post Building a Custom Field for Payload
Color Picker Field Features
- Payload compatible field configuration
- Custom input for admin panel
- Custom Cell component
- Input validation for frontend and backend
- User preferences that remember individual user's color choices
Prerequisites:
- MongoDB
- Node
Steps to run this project:
- git clone [email protected]:payloadcms/custom-field-guide.git
cp .env.example .env- edit
.envfile to have valid MongoDB connection yarnornpm installyarn devornpm run dev- after startup open web browser to localhost:3000/admin