instride/data-definitions

数据定义允许您使用友好的图形用户界面定义您的数据对象导入和导出,并可根据需要重新运行定义。

5.1.1 2024-09-04 09:19 UTC

README

DataDefinitions

Software License Latest Stable Version

数据定义允许您使用友好的图形用户界面定义您的数据对象导入和导出,并可根据需要重新运行定义。数据定义中的所有内容都是可扩展的。

Interface

需求

  • Pimcore 11

入门

# Install via composer
composer require instride/data-definitions
// Add to config/bundles.php
return [
    // ...
    Instride\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true],
];
# Install the bundle via command-line
bin/console pimcore:bundle:install DataDefinitionsBundle
  • 重新加载Pimcore
  • 打开设置 -> 导入定义或导出定义

文档

许可证

instride AG,Sandgruebestrasse 4,6210 Sursee,瑞士
instride.chconnect@instride.ch
版权 © 2024 instride AG。保留所有权利。

有关许可详情,请访问 LICENSE.md