3e8a92a930a440750fa71aaddbdfc2c2.yaml.php 422 B

12345678910111213141516
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/static-ethica.net/user/config/plugins/markdown-notices.yaml',
  5. 'modified' => 1520021421,
  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. ];