All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 19s
- Remove custom title field from marker.yml blueprint - Use default Kirby page title for marker names in MarkerList - Add French tooltips to MarkerList buttons (Ajouter, Modifier, Supprimer) - API already uses page title via $marker->title()->value() Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
title: Marqueur
|
|
icon: location
|
|
|
|
tabs:
|
|
content:
|
|
label: Contenu
|
|
columns:
|
|
main:
|
|
width: 1/1
|
|
sections:
|
|
fields:
|
|
type: fields
|
|
fields:
|
|
content:
|
|
label: Contenu
|
|
type: blocks
|
|
fieldsets:
|
|
- heading
|
|
- text
|
|
- image
|
|
- list
|
|
- quote
|
|
|
|
position:
|
|
label: Position
|
|
columns:
|
|
left:
|
|
width: 1/3
|
|
sections:
|
|
coordinates:
|
|
type: fields
|
|
fields:
|
|
latitude:
|
|
label: Latitude
|
|
type: number
|
|
step: 0.000001
|
|
min: -90
|
|
max: 90
|
|
required: true
|
|
longitude:
|
|
label: Longitude
|
|
type: number
|
|
step: 0.000001
|
|
min: -180
|
|
max: 180
|
|
required: true
|
|
right:
|
|
width: 2/3
|
|
sections:
|
|
map:
|
|
type: fields
|
|
fields:
|
|
mapPreview:
|
|
label: Position sur la carte
|
|
type: map-editor
|
|
mode: single
|
|
help: Déplacez le marqueur
|