rename: chapitre/projet templates to chapter/project
Standardize French template names to English across blueprints, content files, PHP templates, Vue components and Pinia stores. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
99a924010f
commit
ffcb1a9f2e
13 changed files with 64 additions and 60 deletions
|
|
@ -1,38 +0,0 @@
|
|||
title: Chapitre
|
||||
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
label: Contenu
|
||||
type: blocks
|
||||
fieldsets:
|
||||
text:
|
||||
label: Texte
|
||||
type: group
|
||||
fieldsets:
|
||||
- heading
|
||||
- text
|
||||
- list
|
||||
- quote
|
||||
media:
|
||||
label: Medias
|
||||
type: group
|
||||
fieldsets:
|
||||
- map
|
||||
- image
|
||||
- video
|
||||
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
files:
|
||||
label: Fichiers
|
||||
type: files
|
||||
|
||||
|
||||
|
||||
41
public/site/blueprints/pages/chapter.yml
Normal file
41
public/site/blueprints/pages/chapter.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
title: Chapitre
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
columns:
|
||||
main:
|
||||
width: 2/3
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
blueprint: fields/blueprint
|
||||
text:
|
||||
label: Contenu
|
||||
type: blocks
|
||||
fieldsets:
|
||||
text:
|
||||
label: Texte
|
||||
type: group
|
||||
fieldsets:
|
||||
- heading
|
||||
- text
|
||||
- list
|
||||
- quote
|
||||
media:
|
||||
label: Medias
|
||||
type: group
|
||||
fieldsets:
|
||||
- map
|
||||
- image
|
||||
- video
|
||||
sidebar:
|
||||
width: 1/3
|
||||
sections:
|
||||
maps:
|
||||
label: Cartes
|
||||
type: pages
|
||||
template: map
|
||||
|
||||
files: tabs/files
|
||||
|
|
@ -7,6 +7,7 @@ columns:
|
|||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
blueprint: fields/blueprint
|
||||
subtitle:
|
||||
label: Sous-titre
|
||||
type: text
|
||||
Loading…
Add table
Add a link
Reference in a new issue