3bd7385eb7eae1eaa9c0e9a510473e4f.yaml.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/text.yaml',
  5. 'modified' => 1530713574,
  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. ]
  31. ]
  32. ]
  33. ]
  34. ]
  35. ];