ab5d6dc13181b129595e74dd0b60f589.yaml.php 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/config/groups.yaml',
  5. 'modified' => 1591823173,
  6. 'data' => [
  7. 'administrators' => [
  8. 'groupname' => 'administrators',
  9. 'readableName' => 'Administrators',
  10. 'description' => 'The group of administrators',
  11. 'icon' => 'child',
  12. 'access' => [
  13. 'admin' => [
  14. 'login' => true
  15. ],
  16. 'site' => [
  17. 'login' => true
  18. ]
  19. ]
  20. ],
  21. 'moderator' => [
  22. 'groupname' => 'moderator',
  23. 'readableName' => 'Moderator',
  24. 'description' => 'The group of moderator',
  25. 'icon' => 'child',
  26. 'access' => [
  27. 'admin' => [
  28. 'login' => true
  29. ],
  30. 'site' => [
  31. 'login' => true
  32. ]
  33. ]
  34. ]
  35. ]
  36. ];