remove group constrainte, it's now a normal group
This commit is contained in:
14
tests/dictionaries_old/60action_external/makedict/after.json
Normal file
14
tests/dictionaries_old/60action_external/makedict/after.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": {
|
||||
"owner": "default",
|
||||
"value": "non"
|
||||
},
|
||||
"extra.test.delay": {
|
||||
"owner": "default",
|
||||
"value": 0
|
||||
},
|
||||
"extra.test.calc_url": {
|
||||
"owner": "default",
|
||||
"value": "http://localhost/"
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": "non",
|
||||
"extra.test.delay": 0,
|
||||
"extra.test.calc_url": "http://localhost/"
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"rougail.general.mode_conteneur_actif": {
|
||||
"owner": "default",
|
||||
"value": "non"
|
||||
},
|
||||
"extra.test.delay": {
|
||||
"owner": "default",
|
||||
"value": 0
|
||||
},
|
||||
"extra.test.calc_url": {
|
||||
"owner": "default",
|
||||
"value": "http://localhost/"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user