mirror of
https://github.com/maputnik/editor.git
synced 2026-09-02 02:17:26 +00:00
3727c9ad5e
Fixes #814 * fix: remove outdated references to mapbox * docs: fix references in readme * chore: fix mapbox references in tests * chore: fix mapbox references in stories, webpack config * chore: remove empty array
19 lines
456 B
JavaScript
19 lines
456 B
JavaScript
const spec = {
|
|
maputnik: {
|
|
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."
|
|
},
|
|
style_renderer: {
|
|
label: "Style Renderer",
|
|
doc: "Choose the default Maputnik renderer for this style.",
|
|
},
|
|
}
|
|
}
|
|
|
|
export default spec;
|