-
-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: display contact infos in the footer
This adds a new settings: UMAP_HOST_INFOS Also, renames UMAP_FEEDBACK_LINK in UMAP_HELP_URL. cf #2004
- Loading branch information
1 parent
70ebffd
commit a72691e
Showing
7 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,7 +199,7 @@ Possible values: | |
Set to True if you want to display a message saying that your instance is not | ||
ready for production use (no backup, etc.) | ||
|
||
#### UMAP_FEEDBACK_LINK | ||
#### UMAP_HELP_URL | ||
|
||
Link to show on the header under the "Feedback and help" label. | ||
|
||
|
@@ -211,6 +211,19 @@ Which feed to display on the home page. Three valid values: | |
- `"highlighted"`, which shows the maps that have been starred by a staff member | ||
- `None`, which does not show any map on the home page | ||
|
||
#### UMAP_HOST_INFOS | ||
|
||
Informations about the entity hosting this uMap instance. | ||
|
||
``` | ||
UMAP_HOST_INFOS = { | ||
"name": "OpenStreetMap France", | ||
"url": "https://openstreetmap.fr", | ||
"contact": "[email protected]" | ||
} | ||
``` | ||
|
||
|
||
#### UMAP_IMPORTERS | ||
|
||
Activate preset importers to connect uMap with external sources. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters