Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helhum/easydb-typo3-integration
easydb integration for TYPO3
https://github.com/helhum/easydb-typo3-integration
dam typo3 typo3-extension
Last synced: 4 days ago
JSON representation
easydb integration for TYPO3
- Host: GitHub
- URL: https://github.com/helhum/easydb-typo3-integration
- Owner: helhum
- License: lgpl-3.0
- Created: 2017-06-21T08:53:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T11:37:16.000Z (8 months ago)
- Last Synced: 2024-05-02T00:34:36.168Z (8 months ago)
- Topics: dam, typo3, typo3-extension
- Language: PHP
- Homepage: https://www.programmfabrik.de/easydb/
- Size: 3.86 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TYPO3 [easydb](http://5.docs.easydb.de/docs/webfrontend/datamanagement/features/plugins/?node=4,4.1.3) integration
[![Build Status](https://github.com/programmfabrik/typo3-easydb-plugin/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/programmfabrik/typo3-easydb-plugin/actions/workflows/Test.yml)
This TYPO3 extension provides an interface in the TYPO3 backend
to access and import files from easydb digital asset management.## Installation
Either [download and install](https://extensions.typo3.org/extension/easydb) it from TER,
or install it with composer: `composer require easydb/typo3-integration`## Configuration
You can configure the extension by using the Extension Manager backend module.
Just open the extension configuration of *easydb* extension and at least specify
a server URL to your easydb server.You can limit the allowed file extensions of files that can be imported from easydb.
![Extension Manager Configuration](https://github.com/programmfabrik/typo3-easydb-plugin/raw/main/Documentation/Images/AdministratorManual/ExtensionConfiguration.png)
Just specify a comma separated list extensions.
If you don't need multi language support, you will be good to go. Otherwise read on.
### Multilanguage configuration
The only thing you need to do is set the easydb locale that should be mapped to the TYPO3 default
language in the extension manager configuration and set the according easydb locale in each TYPO3 language record.![Extension Manager Configuration](https://github.com/programmfabrik/typo3-easydb-plugin/raw/main/Documentation/Images/AdministratorManual/LocaleForLanguage.png)