1acb3953d110438961722ddc781aeee5.yaml.php 435 B

12345678910111213141516
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Documents/Sites/hehe.net/user/plugins/markdown-notices/markdown-notices.yaml',
  5. 'modified' => 1533014916,
  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. ];