be4ae04e99acc5f3ed83705e62cadcb9.yaml.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/r2c.net/user/themes/r2c/blueprints/modular/features.yaml',
  5. 'modified' => 1529476890,
  6. 'data' => [
  7. 'title' => 'Features',
  8. '@extends' => 'default',
  9. 'form' => [
  10. 'fields' => [
  11. 'tabs' => [
  12. 'fields' => [
  13. 'features' => [
  14. 'type' => 'tab',
  15. 'title' => 'Features',
  16. 'fields' => [
  17. 'header.features' => [
  18. 'name' => 'features',
  19. 'type' => 'list',
  20. 'label' => 'Features',
  21. 'fields' => [
  22. '.icon' => [
  23. 'type' => 'iconpicker',
  24. 'label' => 'Icon'
  25. ],
  26. '.header' => [
  27. 'type' => 'text',
  28. 'label' => 'Header'
  29. ],
  30. '.text' => [
  31. 'type' => 'text',
  32. 'label' => 'Text'
  33. ]
  34. ]
  35. ]
  36. ]
  37. ]
  38. ]
  39. ]
  40. ]
  41. ]
  42. ]
  43. ];