Files
oai-symfony/typo3conf/ext/ods_osm/ext_emconf.php
2026-07-03 17:53:31 +02:00

39 lines
990 B
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext "ods_osm".
*
* Auto generated 15-10-2025 10:41
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'OpenStreetMap',
'description' => 'Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.',
'category' => 'plugin',
'version' => '4.2.2',
'state' => 'stable',
'uploadfolder' => false,
'clearcacheonload' => false,
'author' => 'Robert Heel',
'author_email' => 'typo3@bobosch.de',
'author_company' => NULL,
'constraints' =>
array (
'depends' =>
array (
'typo3' => '11.5.0-12.4.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);