Bind label field to backend

Fix bindings

Fix typo
This commit is contained in:
Nicolas Le Goff
2013-05-30 17:28:05 +02:00
parent 9dcb6a6342
commit 3dcb45d974
5 changed files with 136 additions and 80 deletions

View File

@@ -34,7 +34,13 @@ define([
"indexable": true,
"dces-element": null,
"vocabulary-type": null,
"vocabulary-restricted": false
"vocabulary-restricted": false,
"labels": {
"fr" : "",
"en" : "",
"de" : "",
"nl" : ""
}
}
});