dynamic / silverstripe-locator

SilverStripe Locator Module. Show locations on a map. Search by geoposition.
http://www.dynamicagency.com/labs/silverstripe-locator-module/
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

DOCS add config load order edge cases #200

Open muskie9 opened 5 years ago

muskie9 commented 5 years ago

In some cases a config file may be loaded before the module's config file, causing things like the infoWindowTemplate and listTemplate custom values to be reset by the modules config. We'll need to add this to common issues docs describing how to fix it:

---
name: my-locator-config
after:
  - 'locator'
---