refactor: use Kirby page title for markers and add button tooltips
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>
This commit is contained in:
isUnknown 2026-01-29 15:17:17 +01:00
parent bad465406d
commit 925e98aea7
4 changed files with 9 additions and 13 deletions

View file

@ -11,10 +11,6 @@ tabs:
fields:
type: fields
fields:
title:
label: Titre du marqueur
type: text
required: true
content:
label: Contenu
type: blocks