1fabaddab4e66ce91cb92200410fa97b.yaml.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/taxonomylist/blueprints.yaml',
  5. 'modified' => 1535111345,
  6. 'data' => [
  7. 'name' => 'Taxonomy List',
  8. 'version' => '1.3.3',
  9. 'description' => 'With the **TaxonomyList plugin** you can easily create list of **taxonomy** items such as **tags**, **categories**, etc.',
  10. 'icon' => 'tag',
  11. 'author' => [
  12. 'name' => 'Team Grav',
  13. 'email' => 'devs@getgrav.org',
  14. 'url' => 'http://getgrav.org'
  15. ],
  16. 'homepage' => 'https://github.com/getgrav/grav-plugin-taxonomylist',
  17. 'demo' => 'http://demo.getgrav.org/blog-skeleton',
  18. 'keywords' => 'taxonomylist, plugin, taxonomy, list, tags, categories',
  19. 'bugs' => 'https://github.com/getgrav/grav-plugin-taxonomylist/issues',
  20. 'license' => 'MIT',
  21. 'form' => [
  22. 'validation' => 'strict',
  23. 'fields' => [
  24. 'enabled' => [
  25. 'type' => 'toggle',
  26. 'label' => 'Plugin status',
  27. 'highlight' => 1,
  28. 'default' => 0,
  29. 'options' => [
  30. 1 => 'Enabled',
  31. 0 => 'Disabled'
  32. ],
  33. 'validate' => [
  34. 'type' => 'bool'
  35. ]
  36. ],
  37. 'route' => [
  38. 'type' => 'text',
  39. 'label' => 'Route to blog',
  40. 'placeholder' => '/blog',
  41. 'validate' => [
  42. 'pattern' => '/([a-z\\-_]+/?)+'
  43. ]
  44. ]
  45. ]
  46. ]
  47. ]
  48. ];