0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
typo3
/
sysext
/
impexp
/
[
Home
]
File: ext_emconf.php
<?php $EM_CONF[$_EXTKEY] = [ 'title' => 'TYPO3 CMS Import/Export', 'description' => 'Tool for importing and exporting records using XML or the custom T3D format.', 'category' => 'be', 'state' => 'stable', 'author' => 'TYPO3 Core Team', 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', 'version' => '12.4.7', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.7', ], 'conflicts' => [], 'suggests' => [], ], ];