fix field level acl for json fields
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user