e1cbe8d626cc567d94b954c6512ce44e.yaml.php 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
  5. 'modified' => 1547741387,
  6. 'data' => [
  7. 'title' => 'Text',
  8. '@extends' => 'default',
  9. 'form' => [
  10. 'fields' => [
  11. 'tabs' => [
  12. 'fields' => [
  13. 'content' => [
  14. 'fields' => [
  15. 'header.media_order' => [
  16. 'label' => 'Page Media (first one will be displayed next to your content)'
  17. ],
  18. 'header.image_align' => [
  19. 'type' => 'select',
  20. 'label' => 'Image position',
  21. 'classes' => 'fancy',
  22. 'default' => 'left',
  23. 'options' => [
  24. 'left' => 'Left',
  25. 'right' => 'Right'
  26. ]
  27. ]
  28. ]
  29. ],
  30. 'options' => [
  31. 'fields' => [
  32. 'date' => [
  33. 'type' => 'section',
  34. 'title' => 'Dates',
  35. 'underline' => true,
  36. 'fields' => [
  37. 'columns' => [
  38. 'type' => 'columns',
  39. 'fields' => [
  40. 'column1' => [
  41. 'type' => 'column',
  42. 'fields' => [
  43. 'header.date' => [
  44. 'type' => 'datetime',
  45. 'label' => 'Date-start',
  46. 'help' => 'PLUGIN_ADMIN.DATE_HELP',
  47. 'style' => 'vertical'
  48. ]
  49. ]
  50. ],
  51. 'column2' => [
  52. 'type' => 'column',
  53. 'fields' => [
  54. 'header.date_end' => [
  55. 'type' => 'datetime',
  56. 'label' => 'Date-end',
  57. 'help' => 'PLUGIN_ADMIN.DATE_HELP',
  58. 'style' => 'vertical'
  59. ]
  60. ]
  61. ]
  62. ]
  63. ]
  64. ]
  65. ]
  66. ]
  67. ]
  68. ]
  69. ]
  70. ]
  71. ]
  72. ]
  73. ];