sylvainjule / kirby-locator

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

The field type "<field_name>" does not exist #22

Closed iv-agatha closed 5 years ago

iv-agatha commented 5 years ago

I'm using Kirby 3.2.2 and getting this error when using the locator field. This is what my blueprint looks like:

title: Location

tabs:
  content:
    label: Content
    icon: document
    columns:
      - width: 2/3
        fields:
          page_content:
            label: Text
            type: textarea
            size: small
          mymap:
            label: Map
            type: locator

image

sylvainjule commented 5 years ago

I have no issue with this blueprint. What are your other plugins?

iv-agatha commented 5 years ago

Looks like it's conflicting with the Kirby Builder plugin.

sylvainjule commented 5 years ago

The fix must be on the builder's side then, I've opened an issue there and will close this one.