Add permission to view and modify encrypted custom fields
This commit is contained in:
parent
e0df8cc4aa
commit
3b4a2b0f5b
1 changed files with 7 additions and 0 deletions
|
@ -106,6 +106,13 @@ return [
|
||||||
'display' => true,
|
'display' => true,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
'permission' => 'assets.view.encrypted_custom_fields',
|
||||||
|
'label' => 'View and Modify Encrypted Custom Fields',
|
||||||
|
'note' => '',
|
||||||
|
'display' => true,
|
||||||
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'Accessories' => [
|
'Accessories' => [
|
||||||
|
|
Loading…
Add table
Reference in a new issue