refactor: restructure blueprints with tabs and shared fields

Reorganize narrative, geoformat, chapter, project and map blueprints
to use tabs layout. Add shared blueprint fields and files tab partials.
Update map block query for new page hierarchy.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-25 15:00:50 +01:00
parent ffcb1a9f2e
commit 9482dfa08c
6 changed files with 108 additions and 80 deletions

View file

@ -1,8 +1,8 @@
name: Carte
icon: map
fields:
map:
map:
label: Choisir la carte
type: pages
query: page.parent.parent.children.filterBy('intendedTemplate', 'map')
multiple: false
query: page.children.filterBy('intendedTemplate', 'map')
multiple: false