Scrollreveal+cat+datenews

This commit is contained in:
2019-01-07 11:43:39 +01:00
parent e4cac3d01e
commit 762a1ad170
3158 changed files with 140699 additions and 73915 deletions
@@ -0,0 +1,73 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/user/themes/hehe/blueprints/modular/text.yaml',
'modified' => 1546846903,
'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'
]
]
]
],
'options' => [
'fields' => [
'date' => [
'type' => 'section',
'title' => 'Dates',
'underline' => true,
'fields' => [
'columns' => [
'type' => 'columns',
'fields' => [
'column1' => [
'type' => 'column',
'fields' => [
'header.date_start' => [
'type' => 'datetime',
'label' => 'Date-start',
'help' => 'PLUGIN_ADMIN.DATE_HELP',
'style' => 'vertical'
]
]
],
'column2' => [
'type' => 'column',
'fields' => [
'header.date_end' => [
'type' => 'datetime',
'label' => 'Date-end',
'help' => 'PLUGIN_ADMIN.DATE_HELP',
'style' => 'vertical'
]
]
]
]
]
]
]
]
]
]
]
]
]
]
];