c5d0172b5c9e8dbd72ee51567cd725b3.yaml.php 668 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/config/groups.yaml',
  5. 'modified' => 1543268638,
  6. 'data' => [
  7. 'moderator' => [
  8. 'groupname' => 'moderator',
  9. 'readableName' => 'Modérator',
  10. 'description' => 'The group of Modérator',
  11. 'icon' => 'child',
  12. 'access' => [
  13. 'admin' => [
  14. 'login' => true,
  15. 'cache' => false
  16. ],
  17. 'site' => [
  18. 'login' => true
  19. ]
  20. ]
  21. ]
  22. ]
  23. ];