2026-001/010-introduction/07-introduction-privacy-confirmed.jsonc
2026-03-02 21:09:09 +01:00

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"
}
}