first commit
This commit is contained in:
25
cache/compiled/files/5bdf9c1277c3e744e4dd2c7f03c5b166.yaml.php
vendored
Normal file
25
cache/compiled/files/5bdf9c1277c3e744e4dd2c7f03c5b166.yaml.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '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