1234567891011121314151617181920212223 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/config/groups.yaml',
- 'modified' => 1543268638,
- 'data' => [
- 'moderator' => [
- 'groupname' => 'moderator',
- 'readableName' => 'Modérator',
- 'description' => 'The group of Modérator',
- 'icon' => 'child',
- 'access' => [
- 'admin' => [
- 'login' => true,
- 'cache' => false
- ],
- 'site' => [
- 'login' => true
- ]
- ]
- ]
- ]
- ];
|