eikona-media / akeneo7-0-tessa-connector
Extension to connect TESSA to Akeneo
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- ext-curl: *
- ext-json: *
- akeneo/pim-community-dev: ~7.0.0
This package is auto-updated.
Last update: 2024-10-26 15:49:48 UTC
README
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
Installation
- Install the bundle with composer
composer require eikona-media/akeneo7-0-tessa-connector
- Then add the following lines at the end of your config/routes/routes.yml :
tessa_media: resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
- Enable the bundle in the
config/bundles.php
file:
return [ // ... Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true], ];
- EE Only: Enable the Enterprise bundle in the
config/bundles.php
file:
return [ // ... Eikona\Tessa\EEConnectorBundle\EikonaTessaEEConnectorBundle::class => ['all' => true], ];
- 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
- Configure the Tessa Connector in the Akeneo UI
How to use with reference entities
- Enable the ReferenceDataAttributeBundle in the
config/bundles.php
file:
return [ // ... Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle::class => ['all' => true], // New ];
- Select TESSA in the type dropdown when you add a new reference entity attribute