add possible and example values
This commit is contained in:
parent
13229158bd
commit
0aacaee2c2
2 changed files with 4 additions and 0 deletions
|
@ -140,6 +140,7 @@ en:
|
|||
rna_html: A RNA number
|
||||
repetition_html: A array of hashes with possible values for each field of the repetition.
|
||||
epci_html: An array of the department code and the <a href="https://geo.api.gouv.fr/epcis" target="_blank" rel="noopener noreferrer">EPCI one</a>.
|
||||
dossier_link_html: The file ID, as integer.
|
||||
examples:
|
||||
title: Example
|
||||
text: Short text
|
||||
|
@ -156,6 +157,7 @@ en:
|
|||
date: "2023-02-01"
|
||||
datetime: "2023-02-01T10:30"
|
||||
checkbox: "true"
|
||||
dossier_link: 42
|
||||
rna: "W503726238"
|
||||
siret: "13002526500013"
|
||||
prefill_link_title: Prefill link (GET)
|
||||
|
|
|
@ -131,6 +131,7 @@ fr:
|
|||
siret_html: Un numéro de SIRET
|
||||
repetition_html: Un tableau de dictionnaires avec les valeurs possibles pour chaque champ de la répétition.
|
||||
epci_html: Un tableau contenant le code de département et <a href="https://geo.api.gouv.fr/epcis" target="_blank" rel="noopener noreferrer">celui de l'EPCI</a>.
|
||||
dossier_link_html: L'identifiant du dossier, sous forme de nombre entier.
|
||||
examples:
|
||||
title: Exemple
|
||||
text: Texte court
|
||||
|
@ -148,6 +149,7 @@ fr:
|
|||
date: "2023-02-01"
|
||||
datetime: "2023-02-01T10:30"
|
||||
checkbox: "true"
|
||||
dossier_link: 42
|
||||
rna: "W503726238"
|
||||
siret: "13002526500013"
|
||||
prefill_link_title: Lien de préremplissage (GET)
|
||||
|
|
Loading…
Reference in a new issue