Flagbit Sort Image
1.0.0
Description
Provides the ability to drag and drop images on media fields to sort them in order.
Documentation
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 or bin/console cache:clear