- Get your Pexels API key here: https://www.pexels.com/de-de/api/
- Add to your config:
'mauricerenck.PexelsImageField.apiKey' => 'APIKEY',
- Add the field to your blueprint:
fields:
pexels:
type: pexels
label: Pexels
You can modify the number of images shown using 'mauricerenck.PexelsImageField.images' => '12'
You can modify the size of the downloaded image using 'mauricerenck.PexelsImageField.downloadSize' => 'medium'
(see options for all sizes)