accounts.yaml 534 B

1234567891011121314151617181920212223242526272829
  1. title: User Accounts
  2. description: User Accounts
  3. type: flex-objects
  4. extends@: 'user/account'
  5. config:
  6. admin:
  7. list:
  8. fields:
  9. username:
  10. link: edit
  11. search: true
  12. email:
  13. search: true
  14. fullname:
  15. search: true
  16. options:
  17. per_page: 20
  18. order:
  19. by: username
  20. dir: asc
  21. menu:
  22. list:
  23. route: '/accounts'
  24. title: Accounts
  25. icon: fa-users
  26. authorize: ['admin.users', 'admin.accounts', 'admin.super']