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,29 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/hehe.net/system/config/streams.yaml',
'modified' => 1546440919,
'data' => [
'schemes' => [
'image' => [
'type' => 'ReadOnlyStream',
'paths' => [
0 => 'user://images',
1 => 'system://images'
]
],
'page' => [
'type' => 'ReadOnlyStream',
'paths' => [
0 => 'user://pages'
]
],
'account' => [
'type' => 'ReadOnlyStream',
'paths' => [
0 => 'user://accounts'
]
]
]
]
];