1234567891011121314151617181920 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/item.yaml',
- 'modified' => 1546847439,
- 'data' => [
- 'extends@' => 'default',
- 'form' => [
- 'fields' => [
- 'tabs' => [
- 'fields' => [
- 'import@' => [
- 'type' => 'partials/blog-bits'
- ]
- ]
- ]
- ]
- ]
- ]
- ];
|