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 "mymap" does not exist #25

Closed piotrfonte closed 5 years ago

piotrfonte commented 5 years ago

Hello,

Thank you very much for this plugin. I’m struggling to have it set up with my blueprints:

  1. I run composer require sylvainjule/locator
  2. Tried simply adding the following nested under blueprint’s fields:
    mymap:
    type: locator
    tiles: wikimedia

I’d expect this to add locator field in the panel but I get The field type "mymap" does not exist. Am I doing something wrong?

piotrfonte commented 5 years ago

After running PHP with Kirby router this issue does not occur anymore — More info.