Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# cat=basic; type=options[Never=0,If no coordinates are set=1,On every address change=2]; label=Autocomplete longitude and latitude: Choose service below (curl required)
autocomplete = 1
# cat=basic; type=options[Only cache=0,http://www.geonames.org/=1,http://nominatim.openstreetmap.org/=2]; label=Use service to find coordinates: Please donate the service you use!
geo_service = 2
# cat=basic; type=string; label=Geo service contact email: Enter a contact email address for the service provider here. If not specified, email address of server admin is used.
geo_service_email =
# cat=basic; type=string; label=Geo service user name: The GeoNames service requires a username.
geo_service_user =
# cat=basic; type=string; label=Default country: Two letter countrycode used in search if no country is specified.
default_country = DE
# cat=basic; type=options[Off=0,On=1,Statistic only=2]; label=Enable address search cache: Cache is also needed for statistics.
cache_enabled = 1
# cat=basic; type=boolean; label=Use local javascripts and images: Do not use files from http://www.openlayers.org/ and http://leafletjs.com/
local_js = 1
# cat=BE; type=string; label=Default longitude: Default longitude for BE-maps
default_lon = 10.41
# cat=BE; type=string; label=Default latitude: Default latitude for BE-maps
default_lat = 51.27
# cat=BE; type=integer; label=Default zoom: Default zoom for BE-maps
default_zoom = 8