Files
Martin Rubli 1c8bce4a66 layouts: layer: Allow retrieving API key from config
The config key name is the layer name with '.' replaced with '_'. For example:

params:
  modules:
    leaflet:
      com_thunderforest_outdoors:
        apiKey: abcdef1234567890abcdef1234567890

If the key is specified in both the config file and the tag attribute, the
latter takes precedence.

Implements #6
2025-04-15 17:20:13 +02:00
..