822fee7a285a6e12f77621155b91cd21.yaml.php 449 B

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