# Typo3 Connector Release 2.1
April 2024
# New Features and Improvements
# Compatibility with Typo3 v12
This release adds compatibility with Typo3 v12. If you work with Typo3 v12, you need to install 4App Typo3 Connector 2.1.
What to do: Because of technical changes, the installation and configuration of the connector need to be renewed. Please check the installation guide for Typo3 v12 here and the configuration guide here.
# Add Support for Template Engine Expressions
In admin snap-in Typo3 Connector
, field Typo3 Folder
, you can now add Template Engine expressions. The Template Engine can use fields from module file
.
Example content in field Typo3 Folder
:
user_upload/public/{if type == "video"}DAM_videos{elseif type == "pdf"}DAM_documents{elseif type == "image"}DAM_images{else}DAM_Unknown{/if}/{parent_path}/{_filename}
Refer the Template Engine documentation here (opens new window).