b7fdb2f6f63fe897187ac0213c734652.yaml.php 551 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/item.yaml',
  5. 'modified' => 1546847439,
  6. 'data' => [
  7. 'extends@' => 'default',
  8. 'form' => [
  9. 'fields' => [
  10. 'tabs' => [
  11. 'fields' => [
  12. 'import@' => [
  13. 'type' => 'partials/blog-bits'
  14. ]
  15. ]
  16. ]
  17. ]
  18. ]
  19. ]
  20. ];