add custom scroll

This commit is contained in:
2018-07-27 15:42:22 +02:00
parent 4274713245
commit b56a5d5737
39 changed files with 4749 additions and 1650 deletions
+33 -2
View File
@@ -1,10 +1,14 @@
<?php
return [
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
'timestamp' => 1532585293,
'checksum' => '7372fcdff4ed9c3dc4cb9ec498b0ee77',
'timestamp' => 1532683846,
'checksum' => 'd45d73a9e2d7e71538369389d80ce28d',
'files' => [
'user/config' => [
'groups' => [
'file' => 'user/config/groups.yaml',
'modified' => 1532683772
],
'media' => [
'file' => 'user/config/media.yaml',
'modified' => 1530713574
@@ -753,6 +757,33 @@ return [
'official_gpm_only' => true
]
],
'groups' => [
'moderateur' => [
'groupname' => 'moderateur',
'readableName' => 'Moderateur',
'description' => 'The group of moderateur',
'icon' => 'child',
'access' => [
'admin' => [
'super' => 'true',
'login' => 'true',
'configuration' => 'true',
'configuration_system' => 'true',
'configuration_site' => 'true',
'configuration_media' => 'true',
'configuration_info' => 'true',
'settings' => 'true',
'maintenance' => 'true',
'plugins' => 'true',
'themes' => 'true',
'users' => 'true'
],
'site' => [
'login' => 'true'
]
]
]
],
'security' => [
'salt' => 'WG2z5jC8UcxJtd'
]
@@ -0,0 +1,22 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/accounts/marie.yaml',
'modified' => 1532690380,
'data' => [
'email' => 'hauchecorne.marie@gmail.com',
'fullname' => 'Marie Hauchecorne',
'title' => 'moderator',
'state' => 'enabled',
'access' => [
'admin' => [
'login' => true,
'super' => true
],
'site' => [
'login' => true
]
],
'hashed_password' => '$2y$10$Y3Nmqv.R9JKjvYicyX.pjep.UYP6p4Y05tp1lGJyYpwxIRmr9BIT6'
]
];
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/accounts/admin.yaml',
'modified' => 1530713574,
'modified' => 1532683910,
'data' => [
'email' => 'kevin@figureslibres.io',
'fullname' => 'Kévin Tessier',
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/plugins/admin/blueprints/config/media.yaml',
'modified' => 1529597236,
'modified' => 1532585276,
'data' => [
'title' => 'PLUGIN_ADMIN.MEDIA',
'form' => [
@@ -0,0 +1,33 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/config/groups.yaml',
'modified' => 1532683772,
'data' => [
'moderateur' => [
'groupname' => 'moderateur',
'readableName' => 'Moderateur',
'description' => 'The group of moderateur',
'icon' => 'child',
'access' => [
'admin' => [
'super' => 'true',
'login' => 'true',
'configuration' => 'true',
'configuration_system' => 'true',
'configuration_site' => 'true',
'configuration_media' => 'true',
'configuration_info' => 'true',
'settings' => 'true',
'maintenance' => 'true',
'plugins' => 'true',
'themes' => 'true',
'users' => 'true'
],
'site' => [
'login' => 'true'
]
]
]
]
];
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
1532684153
a:2:{i:0;i:1532684021;i:1;i:1532684033;}
@@ -0,0 +1,2 @@
1532684224
a:1:{i:0;i:1532684104;}
@@ -0,0 +1,2 @@
1532684116
a:1:{i:0;i:1532683996;}