-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Voici un exemple pour reproduire
# yaml-language-server: $schema=https://formulaires.it.mtess.gouv.qc.ca/api/v1/SIS/ObtenirSchema/form
# debug: langue=auto, showAll=false
config:
securite:
accesAnonyme: true
title:
fr: Admissibilité
formulaireUnilingue: true
enregistrement:
actif: false
afficherMessageIncitatif: false
soumission:
texteBoutonSoumettre:
fr: Terminer
confirmationTransmission:
modaleCourrielConfirmation:
actif: false # Active ou non la fenêtre de courriel manquant lors de la soumission du formulaire
form:
title:
fr: "Admissibilité"
sectionsGroup:
# Section - Informations sur la demande
- sectionGroup:
sections:
- section:
fr: Ressources utilisées
id: ressourcesPrevuesLoiSection
components:
- name: formationDispenseeEtablissementReconnu
type: radio
label:
fr: La formation est-elle offerte par un établissement d'enseignement reconnu?
options:
Oui:
fr: Oui
Non:
fr: Non
- type: dynamic
tag: div
v-if: val('formationDispenseeEtablissementReconnu') == 'Oui'
text:
fr: |
<p><a href="https://www.quebec.ca/lien1" target="_blank">Libellé lien 1</a>.</p>
- type: dynamic
tag: div
v-if: val('formationDispenseeEtablissementReconnu') == 'Non'
text:
fr: |
<p><a href="https://www.quebec.ca/lien1" target="_blank">Libellé lien 2</a>.</p>
# Section - Finalisation de la demande
- sectionGroup:
fr: Finalisation de la demande
classes: icone clipboard-check
sections:
- section:
fr: Révision
id: revision
cacherTexteExplicatifChampsObligatoires: true
components:
- type: dynamic
tag: div
v-if: val('EtatRevision') === 'initial'
classes: texte-revision
text:
fr: Vous devez cliquer sur le bouton « Valider » afin de vérifier que le formulaire est rempli correctement.
- type: dynamic
tag: div
v-if: val('EtatRevision') === 'sans-erreur'
classes: texte-revision
text:
fr: Votre formulaire est validé. Vous pouvez cliquer sur le bouton « Terminer ».
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working