flagbittemp/akeneo-reference-entity-table-bundle

An Akeneo PIM Bundle by Flagbit that adds a multi-dimensional data representation in the form of tables as an attribute for PIM Enterprise Reference Entities

dev-master 2020-07-08 05:07 UTC

This package is not auto-updated.

Last update: 2024-04-24 09:23:04 UTC


README

Key Features

Provides a table as attribute type where you can define a set of columns of different types and validation rules.

Column Types

  • Text
  • Number (Integer or Decimal)
  • Simple select

Installation

Simply install the package with the following command:

composer require flagbit/reference-entity-table-bundle

Enable the bundle

Enable the bundle in the bundles.php:

<?php
// config/bundles.php

return [
    // ...
    Flagbit\Bundle\ReferenceEntityTableBundle\FlagbitReferenceEntityTableBundle::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.

Supported by Flagbit GmbH & Co. KG