flagbit / akeneo-image-sort-bundle
A bundle to sort images using drag and drop
Installs: 472
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 1
Language:HTML
Requires
- akeneo/pim-community-dev: ^5.0
README
Key Features
Provides the ability to drag and drop images on media fields to sort them in order.
Installation
Simply install the package with the following command:
composer require flagbit/akeneo-image-sort-bundle
Enable the bundle
Enable the bundle in the bundles.php
<?php // config/bundles.php return [ // ... Flagbit\Bundle\ImageSortBundle\FlagbitImageSortBundle::class => ['all' => true], ];
Clear cache and build frontend files
After the installation is done, you need to clear the Akeneo PIM cache and create the frontend files either by using the Makefile or the console commands.
e.g.
make upgrade-front
Supported by Flagbit GmbH & Co. KG