Files
oai-symfony/typo3conf/ext/ods_osm/ext_emconf.php
2026-07-03 20:05:15 +02:00

18 lines
501 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'OpenStreetMap',
'description' => 'Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.',
'author' => 'Robert Heel',
'author_email' => 'typo3@bobosch.de',
'category' => 'plugin',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [],
'suggests' => [],
],
'state' => 'stable',
'version' => '4.2.2',
];