drag+resize

This commit is contained in:
2018-07-16 15:16:57 +02:00
parent 8e6325e94a
commit 356d3a62f3
34 changed files with 581 additions and 217 deletions
@@ -0,0 +1,22 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/accounts/admin.yaml',
'modified' => 1530713574,
'data' => [
'email' => 'kevin@figureslibres.io',
'fullname' => 'Kévin Tessier',
'title' => 'Administrator',
'state' => 'enabled',
'access' => [
'admin' => [
'login' => true,
'super' => true
],
'site' => [
'login' => true
]
],
'hashed_password' => '$2y$10$Y3Nmqv.R9JKjvYicyX.pjep.UYP6p4Y05tp1lGJyYpwxIRmr9BIT6'
]
];