36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/mnt/data/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
|
|
'modified' => 1533014916,
|
|
'data' => [
|
|
'title' => 'Text',
|
|
'@extends' => 'default',
|
|
'form' => [
|
|
'fields' => [
|
|
'tabs' => [
|
|
'fields' => [
|
|
'content' => [
|
|
'fields' => [
|
|
'header.media_order' => [
|
|
'label' => 'Page Media (first one will be displayed next to your content)'
|
|
],
|
|
'header.image_align' => [
|
|
'type' => 'select',
|
|
'label' => 'Image position',
|
|
'classes' => 'fancy',
|
|
'default' => 'left',
|
|
'options' => [
|
|
'left' => 'Left',
|
|
'right' => 'Right'
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
];
|