承接 eikona-media/akeneo7-0-tessa-connector 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

eikona-media/akeneo7-0-tessa-connector

最新稳定版本:1.0.1

Composer 安装命令:

composer require eikona-media/akeneo7-0-tessa-connector

包简介

Extension to connect TESSA to Akeneo

README 文档

README

TESSA Logo

 

TESSA Connector for Akeneo 7.0

 

With this Connector Bundle you seamlessly connect Akeneo with the Digital Asset Management solution "TESSA" (https://www.tessa-dam.com). This provides you with a professional and fully integrated DAM solution for Akeneo to centrally store, manage and use all additional files for your products (e.g. images, videos, documents, etc.) in all channels.

More informationen is available at our website.

Requirements

Akeneo Version
Akeneo PIM Community Edition ~7.0.0
Akeneo PIM Enterprise Edition ~7.0.0

Installation

  1. Install the bundle with composer
composer require eikona-media/akeneo7-0-tessa-connector
  1. Then add the following lines at the end of your config/routes/routes.yml :
tessa_media:
    resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
  1. Enable the bundle in the config/bundles.php file:
return [
    // ...
    Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true],
];
  1. EE Only: Enable the Enterprise bundle in the config/bundles.php file:
return [
    // ...
    Eikona\Tessa\EEConnectorBundle\EikonaTessaEEConnectorBundle::class => ['all' => true],
];
  1. Run the following commands in your project root:
php bin/console cache:clear --env=prod --no-warmup
php bin/console cache:warmup --env=prod
php bin/console pim:installer:dump-require-paths --env=prod
php bin/console pim:installer:assets --env=prod
yarn run webpack
yarn run less
yarn run update-extensions
  1. Configure the Tessa Connector in the Akeneo UI

How to use with reference entities

  1. Enable the ReferenceDataAttributeBundle in the config/bundles.php file:
return [
    // ...
    Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle::class => ['all' => true], // New
];
  1. Select TESSA in the type dropdown when you add a new reference entity attribute

统计信息

  • 总下载量: 277
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2023-04-18