<!-- TITLE: Enhanced Tag Gallery - Magento 2 module documentation -->
<!-- SUBTITLE: Author: Paweł Wasiluk -->
# Moduł Enhanced Tag Gallery
## Module overview
The module allows you to create and manage gallery. Images that will be included in gallery will be displayed with tags added by admin. Each tag will show assigned product and link to its page.
## Module overview
This module is compatibile with Magento Community versions: 2.3, 2.4.
## How it works
After module has been installed, it is already enabled. Now it needs some configuration. Head to Stores -> Configuration -> Aurora -> Enhanced Tag Gallery
![Image 8](/uploads/enhanced-tag-gallery/image-8-tag.png "Image 8")
Module creates page with your future galleries, configuration above defines it’s parameters.
![Image 2](/uploads/enhanced-tag-gallery/image-tag-2.png "Image 2")
When finished go to Content -> Enhanced Tag Gallery -> Galleries, where You can enter add new gallery button.
![Image 3](/uploads/enhanced-tag-gallery/image-3-tag.png "Image 3")
You will see form like one above. Fill it ignoring Images section and save.
![Image 4](/uploads/enhanced-tag-gallery/image-4-tag.png "Image 4")
Now open Content -> Enhanced Tag Gallery -> Images and add new image. Fill the form, selecting previously created gallery, then save. Now you will be able to add tags to your image.
![Image 5](/uploads/enhanced-tag-gallery/image-tag-5.png "Image 5")
Open one more time Content -> Enhanced Tag Gallery -> Images. Now you will be able to add tags to your image. To add new Tag click on Add tag, tag will be added to the middle of the image, you can move it freely over image, last but not least choose Product Id. You can repeat this process to add multiple tags, save the changes.
![Image 9](/uploads/enhanced-tag-gallery/image-tag-9.png "Image 9")
Now you will see your created galleries. To view images move to gallery.
![Image 7](/uploads/enhanced-tag-gallery/image-tag-7.png "Image 7")
## Demo
demo1.magecreation.com/tag_gallery/gallery
demo2.magecreation.com
## Installation
### Composer
1.Add repo to composer.json:
```text
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:magento2/enhanced-tag-gallery.git"
}
...
],
```
2.Add package to composer.json:
```text
"require": {
...
"aurora/module-enhanced-tag-gallery": "*"
...
},
```
3.In Magento root folder run commands:
```text
composer update aurora/module-enhanced-tag-gallery
php bin/magento module:enable Aurora_EnhancedTagGallery
php bin/magento setup:upgrade
```
### Manual
1. Unzip archive
2. Upload extension files on your server to:
```text
{Magento root}
└── app/
└── code
```
3. In Magento root folder run commands:
```text
php bin/magento module:enable Aurora_EnhancedTagGallery
php bin/magento setup:upgrade
```
### Thank you for your interest in our products!