flagbit / 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
Installs: 430
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 17
Forks: 2
Open Issues: 3
Language:TypeScript
Requires
- ext-json: *
- akeneo/pim-enterprise-dev: ^5.0
Requires (Dev)
- friends-of-phpspec/phpspec-code-coverage: ^4.3
- overtrue/phplint: ^2.0
- phpspec/phpspec: ^6.0
- phpstan/phpstan: ^0.12.32
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: ^3.5
- symfony/debug-bundle: ^4.4
- symfony/web-profiler-bundle: ^4.4
- symfony/web-server-bundle: ^4.4
This package is auto-updated.
Last update: 2024-11-03 21:40:43 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
- Simple select (multilanguage)
Installation
Simply install the package with the following command:
composer require flagbit/akeneo-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