13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
// Privacy confirmation checkbox
|
|
{
|
|
"id": "introduction-privacy-confirmed",
|
|
"type": "checkbox",
|
|
"title": "Datenschutz bestätigt",
|
|
"label": "Ich bestätige, dass alle Personen und Organisationen anonymisiert dargestellt sind.",
|
|
"value": false,
|
|
"config": {
|
|
"colorWhenChecked": "green",
|
|
"colorWhenUnchecked": "orange"
|
|
}
|
|
}
|