Skip to content
Snippets Groups Projects
Commit 24f967e3 authored by Armand Bahi's avatar Armand Bahi
Browse files

Ajout en insertion

parent 57d4c712
Branches
Tags
No related merge requests found
...@@ -1004,6 +1004,60 @@ ...@@ -1004,6 +1004,60 @@
"nb_cols": 6 "nb_cols": 6
} }
] ]
}, {
"fields": [
{
"type": "radio",
"options": {
"choices": [
{
"label": "Oui",
"value": true
},
{
"label": "Non",
"value": false
}
]
},
"name": "enable_location",
"label": "FORM_LOCATABLE_VMAP_BUSINESS_OBJECT",
"tooltip": {
"title": "",
"content": "FORM_LOCATABLE_VMAP_BUSINESS_OBJECT_TOOLTIP",
"container": "body"
},
"disabled": false,
"required": true,
"nb_cols": 12,
"default_value": true
}, {
"type": "radio",
"options": {
"choices": [
{
"label": "Oui",
"value": true
},
{
"label": "Non",
"value": false
}
]
},
"name": "enable_selection",
"label": "FORM_SELECTABLE_VMAP_BUSINESS_OBJECT",
"tooltip": {
"title": "",
"content": "FORM_SELECTABLE_VMAP_BUSINESS_OBJECT_TOOLTIP",
"container": "body"
},
"disabled": false,
"required": true,
"nb_cols": 12,
"default_value": true
}
]
}, },
{ {
"fields": [ "fields": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment