fix field level acl for json fields

This commit is contained in:
yuri
2018-04-10 15:29:46 +03:00
parent 879da4dca2
commit d402f33c74
3 changed files with 13 additions and 1 deletions
@@ -114,7 +114,9 @@
"wysiwyg": "Wysiwyg",
"map": "Map",
"number": "Number (auto-increment)",
"colorpicker": "Color Picker"
"colorpicker": "Color Picker",
"jsonArray": "Json Array",
"jsonObject": "Json Object"
},
"fields": {
"type": "Type",
@@ -0,0 +1,5 @@
{
"notCreatable": true,
"notMergeable": true,
"filter": false
}
@@ -0,0 +1,5 @@
{
"notCreatable": true,
"notMergeable": true,
"filter": false
}