1b1dd699ae64ea686676450f8eac49f5.yaml.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/interviews.yaml',
  5. 'modified' => 1531324718,
  6. 'data' => [
  7. 'title' => 'PLUGIN_ADMIN.MODULAR',
  8. 'extends@' => 'default',
  9. 'form' => [
  10. 'fields' => [
  11. 'tabs' => [
  12. 'type' => 'tabs',
  13. 'active' => 1,
  14. 'fields' => [
  15. 'content' => [
  16. 'fields' => [
  17. 'modular_title' => [
  18. 'type' => 'spacer',
  19. 'title' => 'PLUGIN_ADMIN.MODULAR_SETUP'
  20. ],
  21. 'header.content.items' => [
  22. 'type' => 'text',
  23. 'label' => 'PLUGIN_ADMIN.ITEMS',
  24. 'default' => '@self.modular',
  25. 'size' => 'medium'
  26. ],
  27. 'header.content.order.by' => [
  28. 'type' => 'text',
  29. 'label' => 'PLUGIN_ADMIN.ORDER_BY',
  30. 'placeholder' => 'date',
  31. 'help' => NULL,
  32. 'size' => 'small'
  33. ],
  34. 'header.content.order.dir' => [
  35. 'type' => 'text',
  36. 'label' => 'PLUGIN_ADMIN.ORDER',
  37. 'help' => '"desc" or "asc" are valid values',
  38. 'placeholder' => 'desc',
  39. 'size' => 'small'
  40. ]
  41. ]
  42. ]
  43. ]
  44. ]
  45. ]
  46. ]
  47. ]
  48. ];