w-vision/import-definitions

此软件包已被废弃,不再维护。作者建议使用w-vision/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