18 lines
432 B
PHP
18 lines
432 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => 'plugins://markdown-notices/markdown-notices.yaml',
|
|
'modified' => 1581466810,
|
|
'data' => [
|
|
'enabled' => true,
|
|
'built_in_css' => true,
|
|
'base_classes' => 'notices',
|
|
'level_classes' => [
|
|
0 => 'yellow',
|
|
1 => 'red',
|
|
2 => 'blue',
|
|
3 => 'green'
|
|
]
|
|
]
|
|
];
|