first commit
This commit is contained in:
25
cache/compiled/files/8a72b7cbf2a91985451aa3f28772c8bb.yaml.php
vendored
Normal file
25
cache/compiled/files/8a72b7cbf2a91985451aa3f28772c8bb.yaml.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/simplesearch/simplesearch.yaml',
|
||||
'modified' => 1582124796,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'built_in_css' => true,
|
||||
'built_in_js' => true,
|
||||
'display_button' => false,
|
||||
'min_query_length' => 3,
|
||||
'route' => '/search',
|
||||
'search_content' => 'rendered',
|
||||
'template' => 'simplesearch_results',
|
||||
'filters' => [
|
||||
'category' => NULL
|
||||
],
|
||||
'filter_combinator' => 'and',
|
||||
'ignore_accented_characters' => false,
|
||||
'order' => [
|
||||
'by' => 'date',
|
||||
'dir' => 'desc'
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user