Flagbit Sort Image

1.0.0
Developed by Flagbit
Akeneo Solution Partner
Akeneo PIM compatibility
Enterprise Edition (SaaS) Not supported
Enterprise Edition (PaaS) Not supported
Growth Edition Not supported
Community Edition
Extension type
Bundle
More info
Extension version
1.0.0
Price: Free

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