✨ Implement Pexels videos option to media popover (#1636)
Closes #1575 Note: Need to create a new environment variable named `NEXT_PUBLIC_PEXELS_API_KEY` to store the API Key obtained from Pexels! https://github.com/user-attachments/assets/4250f799-0bd7-48e9-b9a8-4bc188ad7704 --------- Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com> Co-authored-by: younesbenallal <younes.benallal.06@gmail.com>
This commit is contained in:
@ -235,6 +235,14 @@ Used to search for images. You can create an Unsplash app [here](https://unsplas
|
||||
| NEXT_PUBLIC_UNSPLASH_APP_NAME | | Unsplash App name |
|
||||
| NEXT_PUBLIC_UNSPLASH_ACCESS_KEY | | Unsplash API key |
|
||||
|
||||
## Pexels (video picker)
|
||||
|
||||
Used to search for videos. You can create a Pexels app [here](https://www.pexels.com/api/key/)
|
||||
|
||||
| Parameter | Default | Description |
|
||||
| -------------------------- | ------- | -------------- |
|
||||
| NEXT_PUBLIC_PEXELS_API_KEY | | Pexels API key |
|
||||
|
||||
## Tolgee (i18n contribution dev tool)
|
||||
|
||||
<Note>
|
||||
|
Reference in New Issue
Block a user