tableau suivi avancement
This commit is contained in:
parent
868a5b702c
commit
eea67d2c7c
3 changed files with 43 additions and 0 deletions
|
|
@ -2,6 +2,18 @@ Title: E l’aria diventa più respirabile per tutti : Une télévision pirate p
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Maquette: true
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Typesetting: true
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Correction: false
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
Author: Outdoor computer club
|
Author: Outdoor computer club
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,21 @@ columns:
|
||||||
fields:
|
fields:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
|
maquette:
|
||||||
|
label: Texte maquette
|
||||||
|
type: toggle
|
||||||
|
default: false
|
||||||
|
width: 1/3
|
||||||
|
typesetting:
|
||||||
|
label: Typesetting
|
||||||
|
type: toggle
|
||||||
|
default: false
|
||||||
|
width: 1/3
|
||||||
|
correction:
|
||||||
|
label: Correction finale
|
||||||
|
type: toggle
|
||||||
|
default: false
|
||||||
|
width: 1/3
|
||||||
author:
|
author:
|
||||||
label: Auteur·ice
|
label: Auteur·ice
|
||||||
type: text
|
type: text
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,22 @@ tabs:
|
||||||
- home
|
- home
|
||||||
- print
|
- print
|
||||||
- error
|
- error
|
||||||
|
suivi:
|
||||||
|
label: Suivi
|
||||||
|
icon: check
|
||||||
|
columns:
|
||||||
|
main:
|
||||||
|
width: 1/1
|
||||||
|
sections:
|
||||||
|
suivi:
|
||||||
|
label: Avancement des textes
|
||||||
|
type: pages
|
||||||
|
templates:
|
||||||
|
- chapitre
|
||||||
|
image: false
|
||||||
|
text: "{{ page.title }}"
|
||||||
|
info: "{{ page.maquette.toBool ? '✓ Maquette' : '· Maquette' }} | {{ page.typesetting.toBool ? '✓ Typesetting' : '· Typesetting' }} | {{ page.correction.toBool ? '✓ Correction' : '· Correction' }}"
|
||||||
|
sortBy: title asc
|
||||||
settings:
|
settings:
|
||||||
label: Paramètres
|
label: Paramètres
|
||||||
icon: settings
|
icon: settings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue