12 lines
334 B
PHP
12 lines
334 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/home/kevin/Sites/static-ethica.net/user/plugins/langswitcher/langswitcher.yaml',
|
|
'modified' => 1519142560,
|
|
'data' => [
|
|
'enabled' => true,
|
|
'built_in_css' => true,
|
|
'untranslated_pages_behavior' => 'none'
|
|
]
|
|
];
|