sylvainjule / kirby-locator

A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 and 4.
97 stars 14 forks source link

Locator options in Structure field #26

Closed matobeag closed 4 years ago

matobeag commented 4 years ago

When used in a Structure Field, the options settings don't seem to work

locations:
  label: Locations
  type: structure
    fields:
      coordinates:
        label: Location
        type: locator
        draggable: false # <- Still draggable

Does also not work, if I set the options globally in the config file.