repurpose title to make it configurable from outside
This commit is contained in:
parent
4fca7c7bae
commit
85abfeb743
4 changed files with 21 additions and 62 deletions
|
@ -83,11 +83,11 @@ content:
|
|||
# Es sind nur Werte aus der Prüfungsordung zugelassen
|
||||
#
|
||||
form-of-instruction:
|
||||
type: multikey
|
||||
label: {
|
||||
de: "Lehrform(en)",
|
||||
en: "form of instruction"
|
||||
}
|
||||
type: multikey
|
||||
keys: {
|
||||
'lecture' : {
|
||||
de: "Vorlesung",
|
||||
|
@ -188,8 +188,8 @@ credits:
|
|||
de: "Kreditpunkte und Gewichtung der Note in der Gesamtnote"
|
||||
}
|
||||
template:
|
||||
de: "${value}CP Gewichtung: ${value}CP von 120CP "
|
||||
en: "${value}CP weight: ${value} / 120 "
|
||||
de: "${value}CP, Gewichtung: ${value}CP von 120CP "
|
||||
en: "${value}CP, weight: ${value} / 120 "
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue