Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
acl-map.php
Go to the documentation of this file.
1 <?php
6 return [
7  [
8  'attr' => [
9  'data-id' => 'Magento_Webapi',
10  ],
11  'data' => 'Magento Webapi',
12  'children' => [
13  [
14  'attr' => [
15  'data-id' => 'customer',
16  ],
17  'data' => 'Manage Customers',
18  'children' => [
19  [
20  'attr' => [
21  'data-id' => 'customer/create',
22  ],
23  'data' => 'Create Customer',
24  'children' => [],
25  'state' => 'open',
26  ],
27  [
28  'attr' => [
29  'data-id' => 'customer/update',
30  ],
31  'data' => 'Edit Customer',
32  'children' => [],
33  'state' => 'open',
34  ],
35  [
36  'attr' => [
37  'data-id' => 'customer/get',
38  ],
39  'data' => 'Get Customer',
40  'children' => [],
41  'state' => 'open',
42  ],
43  [
44  'attr' => [
45  'data-id' => 'customer/delete',
46  ],
47  'data' => 'Delete Customer',
48  'children' => [],
49  'state' => 'open',
50  ],
51  ],
52  'state' => 'open',
53  ],
54  ],
55  'state' => 'open',
56  ]
57 ];