geoproject-app/public/site/blueprints/pages/marker.yml

64 lines
1.5 KiB
YAML
Raw Normal View History

title: Marqueur
icon: location
tabs:
content:
label: Contenu
columns:
main:
width: 1/1
sections:
fields:
type: fields
fields:
title:
label: Titre du marqueur
type: text
required: true
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
latitude: "{{ page.latitude }}"
longitude: "{{ page.longitude }}"
help: Déplacez le marqueur ou recherchez une adresse