Files
hehe/cache/compiled/files/ba2ec62c9385c474d44ea0e340ef0fe7.yaml.php
T
2018-08-02 16:04:16 +02:00

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'
]
]
]
]
]
]
]
]
]
];