parent
93a5efd6e8
commit
308be51132
|
@ -77,6 +77,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Label for jumping to a certain question",
|
"label": "Label for jumping to a certain question",
|
||||||
|
"description": "You must use the placeholder '%d' instead of the question number.",
|
||||||
"default": "Jump to question %d"
|
"default": "Jump to question %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Label for jumping to a certain question",
|
"label": "Label for jumping to a certain question",
|
||||||
|
"description": "You must use the placeholder '%d' instead of the question number.",
|
||||||
"default": "Jump to question %d"
|
"default": "Jump to question %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Label for jumping to a certain question",
|
"label": "Label for jumping to a certain question",
|
||||||
|
"description": "You must use the placeholder '%d' instead of the question number.",
|
||||||
"default": "Jump to question %d"
|
"default": "Jump to question %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Label for jumping to a certain question",
|
"label": "Label for jumping to a certain question",
|
||||||
|
"description": "You must use the placeholder '%d' instead of the question number.",
|
||||||
"default": "Jump to question %d"
|
"default": "Jump to question %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Merkelapp ved hopping til spørsmål",
|
"label": "Merkelapp ved hopping til spørsmål",
|
||||||
|
"description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret.",
|
||||||
"default": "Hopp til spørsmål %d"
|
"default": "Hopp til spørsmål %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Merkelapp ved hopping til spørsmål",
|
"label": "Merkelapp ved hopping til spørsmål",
|
||||||
|
"description": "Du må bruke plassholderen '%d' istedenfor spørsmålstalet.",
|
||||||
"default": "Hopp til spørsmål %d"
|
"default": "Hopp til spørsmål %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -157,6 +157,7 @@
|
||||||
"name": "jumpToQuestion",
|
"name": "jumpToQuestion",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Label for jumping to a certain question",
|
"label": "Label for jumping to a certain question",
|
||||||
|
"description": "You must use the placeholder '%d' instead of the question number.",
|
||||||
"default": "Jump to question %d"
|
"default": "Jump to question %d"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue