123456789101112131415161718192021222324252627282930313233 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/blueprints/default.yaml',
- 'modified' => 1543268645,
- 'data' => [
- 'extends@' => 'default',
- 'form' => [
- 'fields' => [
- 'tabs' => [
- 'fields' => [
- 'advanced' => [
- 'fields' => [
- 'columns' => [
- 'fields' => [
- 'column1' => [
- 'fields' => [
- 'header.body_classes' => [
- 'markdown' => true,
- 'description' => 'Available classes in Quark Theme (space separated):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ];
|