docs: custom views (#3483)

This commit is contained in:
Jacob Fletcher
2023-10-08 19:34:23 -04:00
committed by GitHub
parent 5a969a2c4d
commit 8255088f39
6 changed files with 223 additions and 97 deletions

View File

@@ -20,12 +20,12 @@ Writing plugins is no more complex than writing regular JavaScript. If you know
- Automatically sync data from a specific collection to HubSpot or a similar CRM when data is added or changes
- Add password-protection functionality to certain documents
- Add a full ecommerce backend to any Payload app
- Add a full e-commerce backend to any Payload app
- Add custom reporting views to Payload's admin panel
- Encrypt specific collections' data
- Add a full form builder implementation
- Integrate all `upload`-enabled collections with a third-party file host like S3 or Cloudinary
- Add custom routes or GraphQL queries / mutations with any type of custom functionality that you can think of
- Add custom endpoints or GraphQL queries / mutations with any type of custom functionality that you can think of
### How to install plugins