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

v1.0.0 2021-09-03 14:33 UTC

This package is auto-updated.

Last update: 2023-03-09 13:14:38 UTC


README

Composer Analysis

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