trilobit-gmbh / contao-worldofimages-bundle
Contao 4 / Contao 5 world of images / Bilderwelten bundle
Installs: 58
Dependents: 0
Suggesters: 3
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.3 || ^8.0
- ext-curl: *
- ext-json: *
- contao/core-bundle: ^4.9 || ^5.0
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.3
- friendsofphp/php-cs-fixer: ^v3.1.0
README
todo
Bilderwelten bundle
Mit der Bilderwelten Erweiterung können sie über die Dateiverwaltung von Contao Bilder oder Fotos von den freien Bilddatenbanken Pixabay, Pexels, Unsplash und Flickr herunterladen. Um diese Bilddatenbanken benutzen zu können, benötigen sie jeweils einen API-Key, den sie nach der Registrierung bei dem jeweiligen Anbietern anfordern können. Sie können außerdem Voreinstellungen für die Bilderwelten-Suche in der Benutzerverwaltung festlegen.
Screenshots
Installation
Install the extension via composer: trilobit-gmbh/contao-worldofimages-bundle.
Configuration
And add the following code (with the API-Key from the Pixabay Website) to the config.yml of your project. You may have to create a config.yml, if it doesn't exist in your project. The config.yml is or has to be located in the app/config directory in Contao 4.4 and in the config directory in Contao 4.8.
contao:
localconfig:
pixabayApiKey: 'Your Pixabay-API-Key'
pexelsApiKey: 'Your Pexels-API-Key'
unsplashApiKey: 'Your Unsplash-API-Key'
flickrApiKey: 'Your Flickr-API-Key'
pixabayImageSource: 'fullHDURL'
pexelsImageSource: 'large2x'
Compatibility
- Contao version ~4.9
- Contao version ~4.13
- Contao version ~5.0