11 lines
238 B
PHP
11 lines
238 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => 'plugins://problems/problems.yaml',
|
|
'modified' => 1581466810,
|
|
'data' => [
|
|
'enabled' => true,
|
|
'built_in_css' => true
|
|
]
|
|
];
|