3c97b9daa2775caa57fce4dd2d44793c.yaml.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Sites/static-ethica.net/user/themes/antimatter/blueprints.yaml',
  5. 'modified' => 1509083790,
  6. 'data' => [
  7. 'name' => 'Antimatter',
  8. 'version' => '2.1.2',
  9. 'description' => 'Antimatter is the default theme included with **Grav**',
  10. 'icon' => 'empire',
  11. 'author' => [
  12. 'name' => 'Team Grav',
  13. 'email' => 'devs@getgrav.org',
  14. 'url' => 'http://getgrav.org'
  15. ],
  16. 'homepage' => 'https://github.com/getgrav/grav-theme-antimatter',
  17. 'demo' => 'http://demo.getgrav.org/blog-skeleton',
  18. 'keywords' => 'antimatter, theme, core, modern, fast, responsive, html5, css3',
  19. 'bugs' => 'https://github.com/getgrav/grav-theme-antimatter/issues',
  20. 'license' => 'MIT',
  21. 'form' => [
  22. 'validation' => 'loose',
  23. 'fields' => [
  24. 'dropdown.enabled' => [
  25. 'type' => 'toggle',
  26. 'label' => 'Dropdown in navbar',
  27. 'highlight' => 1,
  28. 'default' => 1,
  29. 'options' => [
  30. 1 => 'PLUGIN_ADMIN.ENABLED',
  31. 0 => 'PLUGIN_ADMIN.DISABLED'
  32. ],
  33. 'validate' => [
  34. 'type' => 'bool'
  35. ]
  36. ]
  37. ]
  38. ]
  39. ]
  40. ];