822fee7a285a6e12f77621155b91cd21.yaml.php 412 B

12345678910111213141516
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/plugins/markdown-notices/markdown-notices.yaml',
  5. 'modified' => 1529597237,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'built_in_css' => true,
  9. 'level_classes' => [
  10. 0 => 'yellow',
  11. 1 => 'red',
  12. 2 => 'blue',
  13. 3 => 'green'
  14. ]
  15. ]
  16. ];