first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/kevin/Sites/static-ethica.net/user/plugins/form/form.yaml',
|
||||
'modified' => 1517236042,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'refresh_prevention' => false,
|
||||
'files' => [
|
||||
'multiple' => false,
|
||||
'limit' => 10,
|
||||
'destination' => 'self@',
|
||||
'avoid_overwriting' => false,
|
||||
'random_name' => false,
|
||||
'filesize' => 0,
|
||||
'accept' => [
|
||||
0 => 'image/*'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user