From 1eadb3bbdb06c5d526ae195a89619900370b50fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 5 Dec 2024 17:14:30 +0100 Subject: [PATCH] add missing configuration for chill_workflow_signature_documents.yaml --- .../packages/chill_workflow_signature_documents.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/packages/chill_workflow_signature_documents.yaml diff --git a/config/packages/chill_workflow_signature_documents.yaml b/config/packages/chill_workflow_signature_documents.yaml new file mode 100644 index 000000000..5784f55e7 --- /dev/null +++ b/config/packages/chill_workflow_signature_documents.yaml @@ -0,0 +1,11 @@ +chill_main: + workflow_signature: + base_signer: + document_kinds: + - { key: id_card, labels: [ { lang: fr, label: "Carte d'identité" } ] } + - { key: passport, labels: [ { lang: fr, label: "Passeport" } ] } + - { key: drivers_license, labels: [ { lang: fr, label: "Permis de conduire" } ] } + - { key: visa_long_stay, labels: [ { lang: fr, label: "Visa de long séjour" } ] } + - { key: resident_permit, labels: [ { lang: fr, label: "Carte de séjour" } ] } + - { key: residency_card, labels: [ { lang: fr, label: "Carte de résident" } ] } + - { key: provisionary_residency_permit, labels: [ { lang: fr, label: "Autorisation provisoire de séjour" } ] }