Files
r2c/cache/compiled/files/3bd7385eb7eae1eaa9c0e9a510473e4f.yaml.php
T
2018-07-11 17:35:54 +02:00

36 lines
1.3 KiB
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/themes/r2c/blueprints/modular/text.yaml',
'modified' => 1530713574,
'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'
]
]
]
]
]
]
]
]
]
];