acl-map.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  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. ];