mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2026-02-28 00:58:15 +01:00
Add changelog and update example.
This commit is contained in:
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
Changelog
|
||||||
|
=========
|
||||||
|
|
||||||
|
Version 1.1.0
|
||||||
|
-------------
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-geocode-widget/compare/1.0.0...1.1.0)
|
||||||
|
|
||||||
|
- Add wizard class using an extra div wrapper
|
||||||
|
- Require Contao 4.4.2 (BC break in Contao see #1)
|
||||||
|
- Apply coding standards
|
||||||
@@ -9,6 +9,10 @@ Leaflet geocode widget
|
|||||||
|
|
||||||
This extension provides an widget to pick coordinates from a map. It uses the leaflet framework.
|
This extension provides an widget to pick coordinates from a map. It uses the leaflet framework.
|
||||||
|
|
||||||
|
Changlog
|
||||||
|
--------
|
||||||
|
|
||||||
|
See [CHANGELOG](CHANGELOG.md).
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
@@ -52,7 +56,7 @@ $GLOBALS['TL_DCA']['tl_example']['fields']['coordinates'] = [
|
|||||||
'label' => ['Koordinaten', 'Geben Sie die Koordinaten ein'],
|
'label' => ['Koordinaten', 'Geben Sie die Koordinaten ein'],
|
||||||
'inputType' => 'leaflet_geocode',
|
'inputType' => 'leaflet_geocode',
|
||||||
'eval' => [
|
'eval' => [
|
||||||
'tl_class' => 'w50 wizard',
|
'tl_class' => 'w50',
|
||||||
],
|
],
|
||||||
'sql' => 'varchar(255) NOT NULL default \'\''
|
'sql' => 'varchar(255) NOT NULL default \'\''
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user