Download the PHP package infoweb-internet-solutions/yii2-image-gallery without Composer
On this page you can find all versions of the php package infoweb-internet-solutions/yii2-image-gallery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infoweb-internet-solutions/yii2-image-gallery
More information about infoweb-internet-solutions/yii2-image-gallery
Files in infoweb-internet-solutions/yii2-image-gallery
Package yii2-image-gallery
Short Description Yii2 image gallery
License MIT
Informations about the package yii2-image-gallery
Image gallery extension for Yii 2
This extension provides a way to manage image galleries for your website.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed run this migration
And modify backend/config/main.php
as follows:
Import the translations and use category infoweb/gallery:
Configuration
All available configuration options are listed below with their default values.
allowContentDuplication (type: boolean
, default: true
)
If this option is set to true
, the duplicateable
jquery plugin is activated on all translateable attributes.
enableDescription (type: boolean
, default: true
)
If this option is set to true
, it is possible to add a description.
enableDate (type: boolean
, default: true
)
If this option is set to true
, it is possible to add a date.
defaultThumbnailWidth (type: integer
, default: 250
)
This sets the default width for thumbnails
defaultThumbnailHeight (type: integer
, default: 150
)
This sets the default height for thumbnails