062249916a5cedbb1957c8c4556718f0.yaml.php 577 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'plugins://form/form.yaml',
  5. 'modified' => 1520021428,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'built_in_css' => true,
  9. 'refresh_prevention' => false,
  10. 'files' => [
  11. 'multiple' => false,
  12. 'limit' => 10,
  13. 'destination' => 'self@',
  14. 'avoid_overwriting' => false,
  15. 'random_name' => false,
  16. 'filesize' => 0,
  17. 'accept' => [
  18. 0 => 'image/*'
  19. ]
  20. ]
  21. ]
  22. ];