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: optional:
display: display:
type: //arr 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: default:
en: en:
display: display:
@ -43,7 +57,7 @@ default:
- "Postface" - "Postface"
description: description:
en: en:
display: "Ordinate list of section to display" display: "Ordered list of section to display"
fr: fr:
display: "Liste ordonnée des sections à afficher" display: "Liste ordonnée des sections à afficher"
(* endvariables -*) (* endvariables -*)

Loading…
Cancel
Save