flagbit / akeneo-reference-entity-table-bundle
Flagbit公司开发的Akeneo PIM插件,为PIM企业参考实体添加了以表格形式的多维数据表示功能。
2.1.3
2022-02-15 12:54 UTC
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-09-03 21:18:50 UTC
README
主要特性
提供了一种表格属性类型,您可以定义一组不同类型的列和验证规则。
列类型
- 文本
- 数字(整数或小数)
- 简单选择
- 简单选择(多语言)
安装
使用以下命令安装包
composer require flagbit/akeneo-reference-entity-table-bundle
启用插件
在bundles.php中启用插件
<?php // config/bundles.php return [ // ... Flagbit\Bundle\ReferenceEntityTableBundle\FlagbitReferenceEntityTableBundle::class => ['all' => true], ];
清除缓存并构建前端文件
安装完成后,您需要清除Akeneo PIM缓存,并使用Makefile或控制台命令创建前端文件。