refactor: rename carte template to map for consistency
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 15s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 15s
Rename all carte.yml files to map.yml and update references in blueprints to use English naming convention consistently across the codebase. This includes renaming 5 content files and updating template references in narrative and block blueprints. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c7e751695f
commit
7e42c4baec
8 changed files with 2 additions and 83 deletions
|
|
@ -4,5 +4,5 @@ fields:
|
|||
map:
|
||||
label: Choisir la carte
|
||||
type: pages
|
||||
query: page.parent.parent.children.filterBy('intendedTemplate', 'carte')
|
||||
query: page.parent.parent.children.filterBy('intendedTemplate', 'map')
|
||||
multiple: false
|
||||
|
|
@ -33,7 +33,7 @@ columns:
|
|||
label: Pages
|
||||
type: pages
|
||||
template:
|
||||
- carte
|
||||
- map
|
||||
- geoformat
|
||||
sidebar:
|
||||
width: 1/3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue