NestedFormQuestion
Champs
| Champ | Type | Description |
|---|---|---|
technicalCode | String! | — |
questionTechnicalCode | String! | — |
label | String | — |
fieldType | String! | — |
attributes | Array | — |
validations | Array! | — |
sortIndex | Int! | — |
helpText | String | — |
placeholder | String | — |
tooltip | String | — |
append | String | — |
applicable | String | Define if the field is applicable upon current step data. Syntax in twig |
width | Int | — |
content | String | Raw HTML/Twig content for layout blocks (used by html fieldType). Rendered with iteration context (e.g. {{ index }}). |