Browse Source

Use a more precise definition for 'display' config in layout.tex

pull/267/head
Olivier Radisson 4 years ago
parent
commit
4150d10d25
  1. 18
      patacrep/data/templates/songbook/layout.tex

18
patacrep/data/templates/songbook/layout.tex

@ -31,7 +31,21 @@ schema:
optional:
display:
type: //arr
contents: //str
contents:
type: //any
of:
- type: //str
value: "Title"
- type: //str
value: "Preface"
- type: //str
value: "Index"
- type: //str
value: "Chords"
- type: //str
value: "Songs"
- type: //str
value: "Postface"
default:
en:
display:
@ -43,7 +57,7 @@ default:
- "Postface"
description:
en:
display: "Ordinate list of section to display"
display: "Ordered list of section to display"
fr:
display: "Liste ordonnée des sections à afficher"
(* endvariables -*)

Loading…
Cancel
Save