Download the PHP package trilobit-gmbh/contao-worldofimages-bundle without Composer
On this page you can find all versions of the php package trilobit-gmbh/contao-worldofimages-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trilobit-gmbh/contao-worldofimages-bundle
More information about trilobit-gmbh/contao-worldofimages-bundle
Files in trilobit-gmbh/contao-worldofimages-bundle
Package contao-worldofimages-bundle
Short Description Contao 4 / Contao 5 world of images / Bilderwelten bundle
License LGPL-3.0-or-later
Informations about the package contao-worldofimages-bundle
World of images bundle
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
All versions of contao-worldofimages-bundle with dependencies
ext-json Version *
php Version ^7.3 || ^8.0
contao/core-bundle Version ^4.9 || ^5.0