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
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:
parent
bad465406d
commit
925e98aea7
4 changed files with 9 additions and 13 deletions
|
|
@ -11,10 +11,6 @@ tabs:
|
|||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
title:
|
||||
label: Titre du marqueur
|
||||
type: text
|
||||
required: true
|
||||
content:
|
||||
label: Contenu
|
||||
type: blocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue