addmodular
This commit is contained in:
Vendored
+966
-878
File diff suppressed because it is too large
Load Diff
+119
-119
@@ -1,82 +1,156 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
|
||||
'timestamp' => 1530607689,
|
||||
'checksum' => '549a992c6de56f113adb76ff05144552',
|
||||
'timestamp' => 1531320856,
|
||||
'checksum' => '31d508172d1d26ad70dff79f426151fa',
|
||||
'files' => [
|
||||
'user/config' => [
|
||||
'media' => [
|
||||
'file' => 'user/config/media.yaml',
|
||||
'modified' => 1530516827
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'security' => [
|
||||
'file' => 'user/config/security.yaml',
|
||||
'modified' => 1530516826
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'user/config/site.yaml',
|
||||
'modified' => 1530607689
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'user/config/streams.yaml',
|
||||
'modified' => 1530516827
|
||||
'modified' => 1530713574
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'user/config/system.yaml',
|
||||
'modified' => 1530525681
|
||||
'modified' => 1531320856
|
||||
]
|
||||
],
|
||||
'system/config' => [
|
||||
'media' => [
|
||||
'file' => 'system/config/media.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'site' => [
|
||||
'file' => 'system/config/site.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'streams' => [
|
||||
'file' => 'system/config/streams.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'system/config/system.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
]
|
||||
],
|
||||
'user/plugins' => [
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1529476888
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/problems.yaml',
|
||||
'modified' => 1529597237
|
||||
],
|
||||
'plugins/markdown-notices' => [
|
||||
'file' => 'user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
'modified' => 1529476888
|
||||
],
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1529476890
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
'modified' => 1529476890
|
||||
'modified' => 1529597237
|
||||
],
|
||||
'plugins/error' => [
|
||||
'file' => 'user/plugins/error/error.yaml',
|
||||
'modified' => 1529476888
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/login' => [
|
||||
'file' => 'user/plugins/login/login.yaml',
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/admin' => [
|
||||
'file' => 'user/plugins/admin/admin.yaml',
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/email' => [
|
||||
'file' => 'user/plugins/email/email.yaml',
|
||||
'modified' => 1529476890
|
||||
'modified' => 1529597236
|
||||
],
|
||||
'plugins/problems' => [
|
||||
'file' => 'user/plugins/problems/problems.yaml',
|
||||
'modified' => 1529476888
|
||||
'plugins/form' => [
|
||||
'file' => 'user/plugins/form/form.yaml',
|
||||
'modified' => 1529597236
|
||||
]
|
||||
]
|
||||
],
|
||||
'data' => [
|
||||
'plugins' => [
|
||||
'problems' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true
|
||||
],
|
||||
'markdown-notices' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'level_classes' => [
|
||||
0 => 'yellow',
|
||||
1 => 'red',
|
||||
2 => 'blue',
|
||||
3 => 'green'
|
||||
]
|
||||
],
|
||||
'error' => [
|
||||
'enabled' => true,
|
||||
'routes' => [
|
||||
404 => '/error'
|
||||
]
|
||||
],
|
||||
'login' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'route' => NULL,
|
||||
'redirect_to_login' => true,
|
||||
'redirect_after_login' => NULL,
|
||||
'redirect_after_logout' => '/',
|
||||
'route_activate' => '/activate_user',
|
||||
'route_forgot' => '/forgot_password',
|
||||
'route_reset' => '/reset_password',
|
||||
'route_profile' => '/user_profile',
|
||||
'route_register' => '/user_register',
|
||||
'route_unauthorized' => '/user_unauthorized',
|
||||
'dynamic_page_visibility' => false,
|
||||
'parent_acl' => false,
|
||||
'protect_protected_page_media' => false,
|
||||
'rememberme' => [
|
||||
'enabled' => true,
|
||||
'timeout' => 604800,
|
||||
'name' => 'grav-rememberme'
|
||||
],
|
||||
'max_pw_resets_count' => 0,
|
||||
'max_pw_resets_interval' => 60,
|
||||
'max_login_count' => 0,
|
||||
'max_login_interval' => 2,
|
||||
'user_registration' => [
|
||||
'enabled' => false,
|
||||
'fields' => [
|
||||
0 => 'username',
|
||||
1 => 'password',
|
||||
2 => 'email',
|
||||
3 => 'fullname',
|
||||
4 => 'title',
|
||||
5 => 'level'
|
||||
],
|
||||
'default_values' => [
|
||||
'level' => 'Newbie'
|
||||
],
|
||||
'access' => [
|
||||
'site' => [
|
||||
'login' => 'true'
|
||||
]
|
||||
],
|
||||
'redirect_after_registration' => '',
|
||||
'options' => [
|
||||
'validate_password1_and_password2' => true,
|
||||
'set_user_disabled' => false,
|
||||
'login_after_registration' => false,
|
||||
'send_activation_email' => false,
|
||||
'send_notification_email' => false,
|
||||
'send_welcome_email' => false
|
||||
]
|
||||
]
|
||||
],
|
||||
'admin' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
@@ -136,95 +210,6 @@ return [
|
||||
]
|
||||
]
|
||||
],
|
||||
'markdown-notices' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'level_classes' => [
|
||||
0 => 'yellow',
|
||||
1 => 'red',
|
||||
2 => 'blue',
|
||||
3 => 'green'
|
||||
]
|
||||
],
|
||||
'form' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'inline_css' => true,
|
||||
'refresh_prevention' => false,
|
||||
'client_side_validation' => true,
|
||||
'inline_errors' => false,
|
||||
'files' => [
|
||||
'multiple' => false,
|
||||
'limit' => 10,
|
||||
'destination' => 'self@',
|
||||
'avoid_overwriting' => false,
|
||||
'random_name' => false,
|
||||
'filesize' => 0,
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
]
|
||||
],
|
||||
'login' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'route' => NULL,
|
||||
'redirect_to_login' => true,
|
||||
'redirect_after_login' => NULL,
|
||||
'redirect_after_logout' => '/',
|
||||
'route_activate' => '/activate_user',
|
||||
'route_forgot' => '/forgot_password',
|
||||
'route_reset' => '/reset_password',
|
||||
'route_profile' => '/user_profile',
|
||||
'route_register' => '/user_register',
|
||||
'route_unauthorized' => '/user_unauthorized',
|
||||
'dynamic_page_visibility' => false,
|
||||
'parent_acl' => false,
|
||||
'protect_protected_page_media' => false,
|
||||
'rememberme' => [
|
||||
'enabled' => true,
|
||||
'timeout' => 604800,
|
||||
'name' => 'grav-rememberme'
|
||||
],
|
||||
'max_pw_resets_count' => 0,
|
||||
'max_pw_resets_interval' => 60,
|
||||
'max_login_count' => 0,
|
||||
'max_login_interval' => 2,
|
||||
'user_registration' => [
|
||||
'enabled' => false,
|
||||
'fields' => [
|
||||
0 => 'username',
|
||||
1 => 'password',
|
||||
2 => 'email',
|
||||
3 => 'fullname',
|
||||
4 => 'title',
|
||||
5 => 'level'
|
||||
],
|
||||
'default_values' => [
|
||||
'level' => 'Newbie'
|
||||
],
|
||||
'access' => [
|
||||
'site' => [
|
||||
'login' => 'true'
|
||||
]
|
||||
],
|
||||
'redirect_after_registration' => '',
|
||||
'options' => [
|
||||
'validate_password1_and_password2' => true,
|
||||
'set_user_disabled' => false,
|
||||
'login_after_registration' => false,
|
||||
'send_activation_email' => false,
|
||||
'send_notification_email' => false,
|
||||
'send_welcome_email' => false
|
||||
]
|
||||
]
|
||||
],
|
||||
'error' => [
|
||||
'enabled' => true,
|
||||
'routes' => [
|
||||
404 => '/error'
|
||||
]
|
||||
],
|
||||
'email' => [
|
||||
'enabled' => true,
|
||||
'from' => NULL,
|
||||
@@ -247,9 +232,24 @@ return [
|
||||
'content_type' => 'text/html',
|
||||
'debug' => false
|
||||
],
|
||||
'problems' => [
|
||||
'form' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true
|
||||
'built_in_css' => true,
|
||||
'inline_css' => true,
|
||||
'refresh_prevention' => false,
|
||||
'client_side_validation' => true,
|
||||
'inline_errors' => false,
|
||||
'files' => [
|
||||
'multiple' => false,
|
||||
'limit' => 10,
|
||||
'destination' => 'self@',
|
||||
'avoid_overwriting' => false,
|
||||
'random_name' => false,
|
||||
'filesize' => 0,
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'media' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/themes/r2c/blueprints.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/themes/quark/blueprints.yaml',
|
||||
'modified' => 1529597237,
|
||||
'data' => [
|
||||
'name' => 'Quark',
|
||||
'version' => '1.0.3',
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://form/form.yaml',
|
||||
'modified' => 1529476890,
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/ro.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/ro.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
Titlu: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/es.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/es.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => '¡Ésta es una versión Beta! Utilízala en producción bajo tu propio riesgo...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/cs.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/cs.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
0 => 'vybavení',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/sv.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/sv.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Detta är en betaversion! Använd i produktion på egen risk...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/lt.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/lt.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Tai Grav administravimo įskiepio beta versija! Naudokite atsargiai...',
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://admin/admin.yaml',
|
||||
'modified' => 1529476888,
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/config/site.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/config/site.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'title' => 'Grav',
|
||||
'default_lang' => 'en',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/zh.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/zh.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => '這是 Beta 版!如果要用在營運中請自行承擔風險…',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/ro.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/ro.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'USERNAME' => 'Nume utilizator',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/id.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/id.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Ini merupakan rilisan Beta! Gunakan ini di produksi dengan resiko anda sendiri...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/form/form.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/form/form.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/no.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/no.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'USERNAME' => 'Brukernavn',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/problems/problems.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/problems/problems.yaml',
|
||||
'modified' => 1529597237,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/es.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/es.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'USERNAME' => 'Nombre de usuario',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/themes/quark/blueprints.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints.yaml',
|
||||
'modified' => 1530713574,
|
||||
'data' => [
|
||||
'name' => 'Quark',
|
||||
'version' => '1.0.3',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/ru.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/ru.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Это бета-релиз! Вы используете это расширение на свой страх и риск...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/uk.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/uk.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/th.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/th.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
ชื่อเรื่อง: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/admin/pages/modular_new.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/modular_new.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'rules' => [
|
||||
'slug' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/problems/blueprints.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/problems/blueprints.yaml',
|
||||
'modified' => 1529597237,
|
||||
'data' => [
|
||||
'name' => 'Problems',
|
||||
'version' => '1.4.7',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/tr.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/tr.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'Tarih yok',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/it.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/it.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---Titolo: %1$s---# Errore: Frontmatter non valido: \'%2$s\' * *%3$s * * \' \'%4$s \' \'',
|
||||
'NICETIME' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/hr.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/hr.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Ovo je Beta izdanje! Koristite u produkciji na vlastiti rizik...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/email/languages.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/email/languages.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'en' => [
|
||||
'PLUGIN_EMAIL' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/en.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/en.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'This is a Beta release! Use this in production at your own risk...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/email/email.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/email/email.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'from' => NULL,
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/form/blueprints.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/form/blueprints.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'name' => 'Form',
|
||||
'version' => '2.15.1',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/br.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/br.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Un ermaeziadenn beta an hini eo! Arverit en endro produadur gant evezh...',
|
||||
@@ -1,52 +0,0 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/config/media.yaml',
|
||||
'modified' => 1529476888,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.MEDIA',
|
||||
'form' => [
|
||||
'validation' => 'loose',
|
||||
'fields' => [
|
||||
'types' => [
|
||||
'name' => 'medias',
|
||||
'type' => 'list',
|
||||
'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
|
||||
'style' => 'vertical',
|
||||
'key' => 'extension',
|
||||
'controls' => 'both',
|
||||
'collapsed' => true,
|
||||
'fields' => [
|
||||
'.extension' => [
|
||||
'type' => 'key',
|
||||
'label' => 'PLUGIN_ADMIN.FILE_EXTENSION'
|
||||
],
|
||||
'.type' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.TYPE'
|
||||
],
|
||||
'.thumb' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.THUMB'
|
||||
],
|
||||
'.mime' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.MIME_TYPE',
|
||||
'validate' => [
|
||||
'type' => 'lower'
|
||||
]
|
||||
],
|
||||
'.image' => [
|
||||
'type' => 'textarea',
|
||||
'yaml' => true,
|
||||
'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
|
||||
'validate' => [
|
||||
'type' => 'yaml'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/vi.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/vi.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Đây là phiên bản thử nghiệm! Bạn phải tự chịu rủi ro khi sử dụng trong production...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/fa.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/fa.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'این یک نسخه تکمیل نشده است! استفاده از آن در محصولتان شمارا با خطر مواجه میکند...',
|
||||
@@ -1,29 +0,0 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/config/streams.yaml',
|
||||
'modified' => 1529476888,
|
||||
'data' => [
|
||||
'schemes' => [
|
||||
'image' => [
|
||||
'type' => 'ReadOnlyStream',
|
||||
'paths' => [
|
||||
0 => 'user://images',
|
||||
1 => 'system://images'
|
||||
]
|
||||
],
|
||||
'page' => [
|
||||
'type' => 'ReadOnlyStream',
|
||||
'paths' => [
|
||||
0 => 'user://pages'
|
||||
]
|
||||
],
|
||||
'account' => [
|
||||
'type' => 'ReadOnlyStream',
|
||||
'paths' => [
|
||||
0 => 'user://accounts'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/text.yaml',
|
||||
'modified' => 1530713574,
|
||||
'data' => [
|
||||
'title' => 'Text',
|
||||
'@extends' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'fields' => [
|
||||
'content' => [
|
||||
'fields' => [
|
||||
'header.media_order' => [
|
||||
'label' => 'Page Media (first one will be displayed next to your content)'
|
||||
],
|
||||
'header.image_align' => [
|
||||
'type' => 'select',
|
||||
'label' => 'Image position',
|
||||
'classes' => 'fancy',
|
||||
'default' => 'left',
|
||||
'options' => [
|
||||
'left' => 'Left',
|
||||
'right' => 'Right'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/themes/r2c/blueprints/default.yaml',
|
||||
'modified' => 1530713574,
|
||||
'data' => [
|
||||
'extends@' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'fields' => [
|
||||
'advanced' => [
|
||||
'fields' => [
|
||||
'columns' => [
|
||||
'fields' => [
|
||||
'column1' => [
|
||||
'fields' => [
|
||||
'header.body_classes' => [
|
||||
'markdown' => true,
|
||||
'description' => 'Available classes in Quark Theme (space separated):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/ko.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/ko.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => '이것은 베타입니다! 개인적으로 사용할시 위험할수있습니다...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/form/languages.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/form/languages.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'en' => [
|
||||
'PLUGIN_FORM' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/admin.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/admin.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'route' => '/admin',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/pl.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/pl.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/pt.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/pt.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
título: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/blueprints/config/streams.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/blueprints/config/streams.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.FILE_STREAMS',
|
||||
'form' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/nl.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/nl.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'INFLECTOR_IRREGULAR' => [
|
||||
'person' => 'personen',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/config/media.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/config/media.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'types' => [
|
||||
'defaults' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/hr.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/hr.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'ACCESS_DENIED' => 'Pristup odbijen...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/pt.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/pt.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Esta é uma versão Beta! Use por sua conta em risco...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/hu.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/hu.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
cím: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/login.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/login.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/de.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/de.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'USERNAME' => 'Benutzername',
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/move.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'form' => [
|
||||
'validation' => 'loose',
|
||||
'fields' => [
|
||||
'route' => [
|
||||
'type' => 'parents',
|
||||
'label' => 'PLUGIN_ADMIN.PARENT',
|
||||
'classes' => 'fancy'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/no.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/no.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dette er en betaversjon! Bruk denne i produksjon på egen risiko...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/ja.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/ja.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'これはベータリリースです。稼働中サイトでは、自己責任においてご利用ください。',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/de.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/de.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dies ist eine Beta-Version! Benutzung auf eigene Gefahr...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/da.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/da.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Dette er en beta-udgivelse! Brug i produktionsmiljøer er på egen risiko...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/it.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/it.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Questa è una versione beta! Usare in produzione a proprio rischio e pericolo…',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/pl.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/pl.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'To jest wersja Beta! Używasz jej w produkcji na własne ryzyko...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/blueprints/config/site.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/blueprints/config/site.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.SITE',
|
||||
'form' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/nb.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/nb.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'MONTHS_OF_THE_YEAR' => [
|
||||
0 => 'januar',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/en.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/en.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'USERNAME' => 'Username',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/ca.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/ca.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Aquesta és una versió beta! Utilitza-la en producció sota el teu propi risc...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/ar.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/ar.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'هذا إصدار بيتا! استخدم هذا في الإنتاج على مسؤوليتك الخاصة...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/blueprints.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/blueprints.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'name' => 'Login',
|
||||
'version' => '2.7.3',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/markdown-notices/blueprints.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/markdown-notices/blueprints.yaml',
|
||||
'modified' => 1529597237,
|
||||
'data' => [
|
||||
'name' => 'Markdown Notices',
|
||||
'version' => '1.0.1',
|
||||
@@ -0,0 +1,407 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/system/blueprints/pages/default.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.DEFAULT',
|
||||
'rules' => [
|
||||
'slug' => [
|
||||
'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
|
||||
'min' => 1,
|
||||
'max' => 200
|
||||
]
|
||||
],
|
||||
'form' => [
|
||||
'validation' => 'loose',
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'type' => 'tabs',
|
||||
'active' => 1,
|
||||
'fields' => [
|
||||
'content' => [
|
||||
'type' => 'tab',
|
||||
'title' => 'PLUGIN_ADMIN.CONTENT',
|
||||
'fields' => [
|
||||
'header.title' => [
|
||||
'type' => 'text',
|
||||
'autofocus' => true,
|
||||
'style' => 'vertical',
|
||||
'label' => 'PLUGIN_ADMIN.TITLE'
|
||||
],
|
||||
'content' => [
|
||||
'type' => 'markdown',
|
||||
'validate' => [
|
||||
'type' => 'textarea'
|
||||
]
|
||||
],
|
||||
'header.media_order' => [
|
||||
'type' => 'pagemedia',
|
||||
'label' => 'PLUGIN_ADMIN.PAGE_MEDIA'
|
||||
]
|
||||
]
|
||||
],
|
||||
'options' => [
|
||||
'type' => 'tab',
|
||||
'title' => 'PLUGIN_ADMIN.OPTIONS',
|
||||
'fields' => [
|
||||
'publishing' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.PUBLISHING',
|
||||
'underline' => true,
|
||||
'fields' => [
|
||||
'header.published' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.PUBLISHED',
|
||||
'help' => 'PLUGIN_ADMIN.PUBLISHED_HELP',
|
||||
'highlight' => 1,
|
||||
'size' => 'medium',
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.date' => [
|
||||
'type' => 'datetime',
|
||||
'label' => 'PLUGIN_ADMIN.DATE',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.DATE_HELP'
|
||||
],
|
||||
'header.publish_date' => [
|
||||
'type' => 'datetime',
|
||||
'label' => 'PLUGIN_ADMIN.PUBLISHED_DATE',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.PUBLISHED_DATE_HELP'
|
||||
],
|
||||
'header.unpublish_date' => [
|
||||
'type' => 'datetime',
|
||||
'label' => 'PLUGIN_ADMIN.UNPUBLISHED_DATE',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.UNPUBLISHED_DATE_HELP'
|
||||
],
|
||||
'header.metadata' => [
|
||||
'toggleable' => true,
|
||||
'type' => 'array',
|
||||
'label' => 'PLUGIN_ADMIN.METADATA',
|
||||
'help' => 'PLUGIN_ADMIN.METADATA_HELP',
|
||||
'placeholder_key' => 'PLUGIN_ADMIN.METADATA_KEY',
|
||||
'placeholder_value' => 'PLUGIN_ADMIN.METADATA_VALUE'
|
||||
]
|
||||
]
|
||||
],
|
||||
'taxonomies' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.TAXONOMIES',
|
||||
'underline' => true,
|
||||
'fields' => [
|
||||
'header.taxonomy' => [
|
||||
'type' => 'taxonomy',
|
||||
'label' => 'PLUGIN_ADMIN.TAXONOMY',
|
||||
'multiple' => true,
|
||||
'validate' => [
|
||||
'type' => 'array'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'advanced' => [
|
||||
'type' => 'tab',
|
||||
'title' => 'PLUGIN_ADMIN.ADVANCED',
|
||||
'fields' => [
|
||||
'columns' => [
|
||||
'type' => 'columns',
|
||||
'fields' => [
|
||||
'column1' => [
|
||||
'type' => 'column',
|
||||
'fields' => [
|
||||
'settings' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.SETTINGS',
|
||||
'underline' => true
|
||||
],
|
||||
'folder' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
|
||||
'validate' => [
|
||||
'rule' => 'slug'
|
||||
]
|
||||
],
|
||||
'route' => [
|
||||
'type' => 'parents',
|
||||
'label' => 'PLUGIN_ADMIN.PARENT',
|
||||
'classes' => 'fancy'
|
||||
],
|
||||
'name' => [
|
||||
'type' => 'select',
|
||||
'classes' => 'fancy',
|
||||
'label' => 'PLUGIN_ADMIN.PAGE_FILE',
|
||||
'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
|
||||
'default' => 'default',
|
||||
'data-options@' => '\\Grav\\Common\\Page\\Pages::pageTypes'
|
||||
],
|
||||
'header.body_classes' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.BODY_CLASSES'
|
||||
]
|
||||
]
|
||||
],
|
||||
'column2' => [
|
||||
'type' => 'column',
|
||||
'fields' => [
|
||||
'order_title' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.ORDERING',
|
||||
'underline' => true
|
||||
],
|
||||
'ordering' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX',
|
||||
'help' => 'PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELP',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.ENABLED',
|
||||
0 => 'PLUGIN_ADMIN.DISABLED'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'order' => [
|
||||
'type' => 'order',
|
||||
'label' => 'PLUGIN_ADMIN.SORTABLE_PAGES',
|
||||
'sitemap' => NULL
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
'overrides' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.OVERRIDES',
|
||||
'underline' => true,
|
||||
'fields' => [
|
||||
'header.dateformat' => [
|
||||
'toggleable' => true,
|
||||
'type' => 'select',
|
||||
'size' => 'medium',
|
||||
'selectize' => [
|
||||
'create' => true
|
||||
],
|
||||
'label' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT',
|
||||
'help' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_HELP',
|
||||
'placeholder' => 'PLUGIN_ADMIN.DEFAULT_DATE_FORMAT_PLACEHOLDER',
|
||||
'data-options@' => '\\Grav\\Common\\Utils::dateFormats',
|
||||
'validate' => [
|
||||
'type' => 'string'
|
||||
]
|
||||
],
|
||||
'header.menu' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.MENU',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.MENU_HELP'
|
||||
],
|
||||
'header.slug' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.SLUG',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.SLUG_HELP',
|
||||
'validate' => [
|
||||
'message' => 'PLUGIN_ADMIN.SLUG_VALIDATE_MESSAGE',
|
||||
'rule' => 'slug'
|
||||
]
|
||||
],
|
||||
'header.redirect' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.REDIRECT',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.REDIRECT_HELP'
|
||||
],
|
||||
'header.process' => [
|
||||
'type' => 'checkboxes',
|
||||
'label' => 'PLUGIN_ADMIN.PROCESS',
|
||||
'toggleable' => true,
|
||||
'config-default@' => 'system.pages.process',
|
||||
'default' => [
|
||||
'markdown' => true,
|
||||
'twig' => false
|
||||
],
|
||||
'options' => [
|
||||
'markdown' => 'Markdown',
|
||||
'twig' => 'Twig'
|
||||
],
|
||||
'use' => 'keys'
|
||||
],
|
||||
'header.twig_first' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.TWIG_FIRST',
|
||||
'help' => 'PLUGIN_ADMIN.TWIG_FIRST_HELP',
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.never_cache_twig' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG',
|
||||
'help' => 'PLUGIN_ADMIN.NEVER_CACHE_TWIG_HELP',
|
||||
'highlight' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.child_type' => [
|
||||
'type' => 'select',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.DEFAULT_CHILD_TYPE',
|
||||
'default' => 'default',
|
||||
'placeholder' => 'PLUGIN_ADMIN.USE_GLOBAL',
|
||||
'data-options@' => '\\Grav\\Common\\Page\\Pages::types'
|
||||
],
|
||||
'header.routable' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.ROUTABLE',
|
||||
'help' => 'PLUGIN_ADMIN.ROUTABLE_HELP',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.ENABLED',
|
||||
0 => 'PLUGIN_ADMIN.DISABLED'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.cache_enable' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.CACHING',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.ENABLED',
|
||||
0 => 'PLUGIN_ADMIN.DISABLED'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.visible' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.VISIBLE',
|
||||
'help' => 'PLUGIN_ADMIN.VISIBLE_HELP',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.ENABLED',
|
||||
0 => 'PLUGIN_ADMIN.DISABLED'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.debugger' => [
|
||||
'type' => 'toggle',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.DEBUGGER',
|
||||
'help' => 'PLUGIN_ADMIN.DEBUGGER_HELP',
|
||||
'highlight' => 1,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.ENABLED',
|
||||
0 => 'PLUGIN_ADMIN.DISABLED'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'header.template' => [
|
||||
'type' => 'text',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.DISPLAY_TEMPLATE'
|
||||
],
|
||||
'header.append_url_extension' => [
|
||||
'type' => 'text',
|
||||
'label' => 'PLUGIN_ADMIN.APPEND_URL_EXT',
|
||||
'toggleable' => true,
|
||||
'help' => 'PLUGIN_ADMIN.APPEND_URL_EXT_HELP'
|
||||
]
|
||||
]
|
||||
],
|
||||
'routes_only' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.ROUTE_OVERRIDES',
|
||||
'underline' => true,
|
||||
'fields' => [
|
||||
'header.routes.default' => [
|
||||
'type' => 'text',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.ROUTE_DEFAULT'
|
||||
],
|
||||
'header.routes.canonical' => [
|
||||
'type' => 'text',
|
||||
'toggleable' => true,
|
||||
'label' => 'PLUGIN_ADMIN.ROUTE_CANONICAL'
|
||||
],
|
||||
'header.routes.aliases' => [
|
||||
'type' => 'array',
|
||||
'toggleable' => true,
|
||||
'value_only' => true,
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.ROUTE_ALIASES'
|
||||
]
|
||||
]
|
||||
],
|
||||
'admin_only' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.ADMIN_SPECIFIC_OVERRIDES',
|
||||
'underline' => true,
|
||||
'fields' => [
|
||||
'header.admin.children_display_order' => [
|
||||
'type' => 'select',
|
||||
'label' => 'PLUGIN_ADMIN.ADMIN_CHILDREN_DISPLAY_ORDER',
|
||||
'help' => 'PLUGIN_ADMIN.ADMIN_CHILDREN_DISPLAY_ORDER_HELP',
|
||||
'toggleable' => true,
|
||||
'classes' => 'fancy',
|
||||
'default' => 'collection',
|
||||
'options' => [
|
||||
'default' => 'Ordered by Folder name (default)',
|
||||
'collection' => 'Ordered by Collection definition'
|
||||
]
|
||||
],
|
||||
'header.order_by' => [
|
||||
'type' => 'hidden'
|
||||
],
|
||||
'header.order_manual' => [
|
||||
'type' => 'hidden',
|
||||
'validate' => [
|
||||
'type' => 'commalist'
|
||||
]
|
||||
],
|
||||
'blueprint' => [
|
||||
'type' => 'blueprint'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/email/blueprints.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/email/blueprints.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'name' => 'Email',
|
||||
'version' => '2.7.1',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/sk.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/sk.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Toto je Beta verzia! Používajte v ostrej prevádzke na vlastné riziko...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/markdown-notices/markdown-notices.yaml',
|
||||
'modified' => 1529597237,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/et.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/et.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Tegemist on beeta-versiooniga! Kasutamine töötaval veebilehel oma vastutusel...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/ar.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/ar.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
العنوان: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/tr.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/tr.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Bu bir beta sürümüdür! Sunucunuzda kullanmak sizin sorumluluğunuzdadır...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/hu.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/hu.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'ACCESS_DENIED' => 'Hozzáférés megtagadva...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/vi.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/vi.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://markdown-notices/markdown-notices.yaml',
|
||||
'modified' => 1529476888,
|
||||
'modified' => 1529597237,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/themes/r2c/languages.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/themes/r2c/languages.yaml',
|
||||
'modified' => 1530713574,
|
||||
'data' => [
|
||||
'en' => [
|
||||
'TRANSLATION_TEST' => 'Quark!',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/fi.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/fi.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'Päivämäärää ei annettu',
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://login/login.yaml',
|
||||
'modified' => 1529476890,
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/sv.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/sv.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '--- titel: %1$s --- # Fel: Ogiltig Frontmatter-sökväg: `%2$s` **%3$s** ``` %4$s ```',
|
||||
'NICETIME' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/hr.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/hr.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
0 => 'oprema',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/ja.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/ja.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://email/email.yaml',
|
||||
'modified' => 1529476890,
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'from' => NULL,
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/el.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/el.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Αυτή είναι μία έκδοση Beta! Χρησιμοποιήστε την στην Παραγωγή με δικό σας ρίσκο...',
|
||||
+657
-657
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/lt.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/lt.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
2 => 'ryžiai',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/en.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/en.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/blueprints/config/system.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/blueprints/config/system.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'title' => 'PLUGIN_ADMIN.SYSTEM',
|
||||
'form' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/el.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/el.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'MONTHS_OF_THE_YEAR' => [
|
||||
0 => 'Ιανουάριος',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/login/languages/fr.yaml',
|
||||
'modified' => 1529476890,
|
||||
'filename' => '/var/www/html/user/plugins/login/languages/fr.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_LOGIN' => [
|
||||
'USERNAME' => 'Nom d’utilisateur',
|
||||
@@ -1,139 +0,0 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/blueprints/user/account.yaml',
|
||||
'modified' => 1529476888,
|
||||
'data' => [
|
||||
'title' => 'Account',
|
||||
'form' => [
|
||||
'validation' => 'loose',
|
||||
'fields' => [
|
||||
'info' => [
|
||||
'type' => 'userinfo',
|
||||
'size' => 'large'
|
||||
],
|
||||
'avatar' => [
|
||||
'type' => 'file',
|
||||
'size' => 'large',
|
||||
'destination' => 'user://accounts/avatars',
|
||||
'multiple' => false,
|
||||
'random_name' => true
|
||||
],
|
||||
'content' => [
|
||||
'type' => 'section',
|
||||
'title' => 'PLUGIN_ADMIN.ACCOUNT',
|
||||
'underline' => true
|
||||
],
|
||||
'username' => [
|
||||
'type' => 'text',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.USERNAME',
|
||||
'disabled' => true,
|
||||
'readonly' => true
|
||||
],
|
||||
'email' => [
|
||||
'type' => 'email',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.EMAIL',
|
||||
'validate' => [
|
||||
'type' => 'email',
|
||||
'message' => 'PLUGIN_ADMIN.EMAIL_VALIDATION_MESSAGE',
|
||||
'required' => true
|
||||
]
|
||||
],
|
||||
'password' => [
|
||||
'type' => 'password',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.PASSWORD',
|
||||
'autocomplete' => 'new-password',
|
||||
'validate' => [
|
||||
'required' => false,
|
||||
'message' => 'PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE',
|
||||
'config-pattern@' => 'system.pwd_regex'
|
||||
]
|
||||
],
|
||||
'fullname' => [
|
||||
'type' => 'text',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.FULL_NAME',
|
||||
'validate' => [
|
||||
'required' => true
|
||||
]
|
||||
],
|
||||
'title' => [
|
||||
'type' => 'text',
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.TITLE'
|
||||
],
|
||||
'language' => [
|
||||
'type' => 'select',
|
||||
'label' => 'PLUGIN_ADMIN.LANGUAGE',
|
||||
'size' => 'medium',
|
||||
'classes' => 'fancy',
|
||||
'data-options@' => '\\Grav\\Plugin\\Admin\\Admin::adminLanguages',
|
||||
'default' => 'en',
|
||||
'help' => 'PLUGIN_ADMIN.LANGUAGE_HELP'
|
||||
],
|
||||
'twofa_check' => [
|
||||
'type' => 'conditional',
|
||||
'condition' => 'config.plugins.admin.twofa_enabled',
|
||||
'fields' => [
|
||||
'twofa' => [
|
||||
'title' => 'PLUGIN_ADMIN.2FA_TITLE',
|
||||
'type' => 'section',
|
||||
'underline' => true
|
||||
],
|
||||
'twofa_enabled' => [
|
||||
'type' => 'toggle',
|
||||
'label' => 'PLUGIN_ADMIN.2FA_ENABLED',
|
||||
'classes' => 'twofa-toggle',
|
||||
'highlight' => 1,
|
||||
'default' => 0,
|
||||
'options' => [
|
||||
1 => 'PLUGIN_ADMIN.YES',
|
||||
0 => 'PLUGIN_ADMIN.NO'
|
||||
],
|
||||
'validate' => [
|
||||
'type' => 'bool'
|
||||
]
|
||||
],
|
||||
'twofa_secret' => [
|
||||
'type' => '2fa_secret',
|
||||
'outerclasses' => 'twofa-secret',
|
||||
'label' => 'PLUGIN_ADMIN.2FA_SECRET',
|
||||
'sublabel' => 'PLUGIN_ADMIN.2FA_SECRET_HELP'
|
||||
]
|
||||
]
|
||||
],
|
||||
'security' => [
|
||||
'title' => 'PLUGIN_ADMIN.ACCESS_LEVELS',
|
||||
'type' => 'section',
|
||||
'security' => 'admin.super',
|
||||
'underline' => true,
|
||||
'fields' => [
|
||||
'groups' => [
|
||||
'type' => 'select',
|
||||
'multiple' => true,
|
||||
'size' => 'large',
|
||||
'label' => 'PLUGIN_ADMIN.GROUPS',
|
||||
'data-options@' => '\\Grav\\Common\\User\\Group::groupNames',
|
||||
'classes' => 'fancy',
|
||||
'help' => 'PLUGIN_ADMIN.GROUPS_HELP',
|
||||
'validate' => [
|
||||
'type' => 'commalist'
|
||||
]
|
||||
],
|
||||
'access' => [
|
||||
'type' => 'permissions',
|
||||
'label' => 'PLUGIN_ADMIN.PERMISSIONS',
|
||||
'ignore_empty' => true,
|
||||
'validate' => [
|
||||
'type' => 'array'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'plugins://error/error.yaml',
|
||||
'modified' => 1529476888,
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'routes' => [
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/languages/sk.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/languages/sk.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'Neposkytnutý žiaden dátum',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/uk.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/uk.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Це бета-реліз! Використовуйте його на продуктовому сервері на свій страх і ризик...',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/bg.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/bg.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Това е Бета версия! Използвате на ваша отговорност...',
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/accounts/admin.yaml',
|
||||
'modified' => 1530517073,
|
||||
'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'
|
||||
]
|
||||
];
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/admin/pages/new_folder.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/blueprints/admin/pages/new_folder.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'rules' => [
|
||||
'slug' => [
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/system/config/system.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/system/config/system.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'absolute_urls' => false,
|
||||
'timezone' => '',
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/config/media.yaml',
|
||||
'modified' => 1530516827,
|
||||
'filename' => '/var/www/html/user/config/streams.yaml',
|
||||
'modified' => 1530713574,
|
||||
'data' => [
|
||||
|
||||
]
|
||||
@@ -2,7 +2,7 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => 'themes://r2c/r2c.yaml',
|
||||
'modified' => 1529476890,
|
||||
'modified' => 1530713574,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'production-mode' => true,
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/languages/cy.yaml',
|
||||
'modified' => 1529476888,
|
||||
'filename' => '/var/www/html/user/plugins/admin/languages/cy.yaml',
|
||||
'modified' => 1529597236,
|
||||
'data' => [
|
||||
'PLUGIN_ADMIN' => [
|
||||
'ADMIN_BETA_MSG' => 'Mae hwn yn fersiwn beta! Defnyddio hwn yn cynhyrchu ar risg eich hun...',
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user