21 lines
551 B
PHP
21 lines
551 B
PHP
<?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'
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
];
|