getgrav / grav-plugin-error

Grav Errors Plugin
https://getgrav.org
MIT License
4 stars 29 forks source link

Default onPageNotFound priority should be -1 or less. #30

Open Flamenco opened 6 years ago

Flamenco commented 6 years ago

Default onPageNotFound priority should be -1 or less.

This will allow other plugins to set the priority to 0 on onPageNotFound and still be called when they are loaded after the default fallback of this plugin.

rhukster commented 6 years ago

if you can provide me a PR, I can test it. cheers.

Flamenco commented 6 years ago

https://github.com/getgrav/grav-plugin-error/pull/31