All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 19s
Implement Phase 1 of custom Kirby plugin for editing interactive maps: - OpenStreetMap base layer with MapLibre GL JS - Click to add markers, drag to reposition - Marker list sidebar with selection and deletion - Auto-save with debounce (YAML format) - Add marker button creates marker at current map center - Max 50 markers per map (configurable) - Clean UI with marker counter Blueprint updated to use new map-editor field type instead of placeholder. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
30 lines
545 B
YAML
30 lines
545 B
YAML
title: Carte
|
|
|
|
columns:
|
|
main:
|
|
width: 2/3
|
|
sections:
|
|
fields:
|
|
type: fields
|
|
fields:
|
|
tags:
|
|
label: Mots-clés
|
|
type: tags
|
|
text:
|
|
label: Présentation de la carte
|
|
type: writer
|
|
mapdata:
|
|
label: Carte
|
|
type: map-editor
|
|
defaultCenter: [43.836699, 4.360054]
|
|
defaultZoom: 13
|
|
maxMarkers: 50
|
|
sidebar:
|
|
width: 1/3
|
|
sections:
|
|
files:
|
|
label: Fichiers
|
|
type: files
|
|
|
|
|
|
|