1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/blueprints/modular/text.yaml',
- 'modified' => 1543268645,
- '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'
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ]
- ];
|