diff --git a/docs/fr/designers/language-builtin-functions/language-function-capture.xml b/docs/fr/designers/language-builtin-functions/language-function-capture.xml index 0e8c551a..b3b5f79b 100644 --- a/docs/fr/designers/language-builtin-functions/language-function-capture.xml +++ b/docs/fr/designers/language-builtin-functions/language-function-capture.xml @@ -1,8 +1,42 @@ - + capture + + + + + + + + + + Attribut + Type + Requis + Defaut + Description + + + + + name + string + non + default + Le nom du bloc capturé + + + assign + string + non + n/a + Le nom de la variable à laquelle la sortie sera assignée + + + + Capture est utilisé pour récupérer la sortie d'éléments dans une variable au lieu de les afficher. Tout contenu situé entre {capture