flagbit / akeneo-image-sort-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
A bundle to sort images using drag and drop
Package info
github.com/flagbit/akeneo-image-sort-bundle
Language:HTML
pkg:composer/flagbit/akeneo-image-sort-bundle
v1.0.0
2021-09-03 14:33 UTC
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