Add GPX Map shortcode and related assets for displaying GPX tracks
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m5s

This commit is contained in:
2025-06-15 22:36:30 +02:00
parent 63474397b5
commit 583bc2745e
6 changed files with 100 additions and 0 deletions

View File

@@ -53,6 +53,16 @@ collections:
media_library:
config:
multiple: true
- label: "GPX Files"
name: "gpxFiles"
widget: "file"
required: false
choose_url: true
media_library:
media_folder: "/static/uploads/gpx"
public_folder: "/images/uploads"
config:
multiple: true
- { label: "Body", name: "body", widget: "markdown" }
########################
# POSTS COLLECTION