8dc3c3ad9328fcd19de77d25eb535518.yaml.php 432 B

1234567891011121314151617
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '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. ];