41 lines
908 B
JSON
41 lines
908 B
JSON
|
[
|
||
|
{
|
||
|
"idfield": "uuid",
|
||
|
"desc": { "fr": "identifiant de l'objet", "en": "object id" },
|
||
|
"multilangue": false,
|
||
|
"required": true,
|
||
|
"type": "text",
|
||
|
"tpl": "questionInputVertical"
|
||
|
},
|
||
|
{
|
||
|
"idfield": "desc",
|
||
|
"required": true,
|
||
|
"multilangue": true,
|
||
|
"desc": {
|
||
|
"fr": "Description courte de cette modalité d'objet",
|
||
|
"en": "Short Modality Description"
|
||
|
},
|
||
|
"type": "text",
|
||
|
"tpl": "questionInputVertical"
|
||
|
},
|
||
|
{
|
||
|
"idfield": "desclong",
|
||
|
"multilangue": true,
|
||
|
"desc": {
|
||
|
"fr": "Description de cette modalité d'objet",
|
||
|
"en": "Modality Description"
|
||
|
},
|
||
|
"type": "text",
|
||
|
"tpl": "questionInputVertical"
|
||
|
},
|
||
|
{
|
||
|
"idfield": "deschtml",
|
||
|
"desc": {
|
||
|
"fr": "Description en bloc html de cette modalité d'objet",
|
||
|
"en": "Html description of this object"
|
||
|
},
|
||
|
"type": "text",
|
||
|
"tpl": "questionTextarea"
|
||
|
}
|
||
|
]
|