Code review fixes

- Added docs to export modal
 - Fixed 'source type' doc in data sources modal
This commit is contained in:
orangemug
2020-01-27 08:49:44 +00:00
parent 9b4d924dff
commit 223721a65d
5 changed files with 62 additions and 7 deletions
+18
View File
@@ -0,0 +1,18 @@
const spec = {
maputnik: {
mapbox_access_token: {
label: "Mapbox Access Token",
doc: "Public access token for Mapbox services."
},
maptiler_access_token: {
label: "MapTiler Access Token",
doc: "Public access token for MapTiler Cloud."
},
thunderforest_access_token: {
label: "Thunderforest Access Token",
doc: "Public access token for Thunderforest services."
},
}
}
export default spec;