1234567891011 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => 'plugins://langswitcher/langswitcher.yaml',
- 'modified' => 1520021428,
- 'data' => [
- 'enabled' => true,
- 'built_in_css' => true,
- 'untranslated_pages_behavior' => 'none'
- ]
- ];
|