You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected that it would be possible to specify a page with routable: false in its frontmatter, but this causes a 404 to show up instead.
The error plugin does allow this so I quickly glanced the code there. I am not familiar with the plugin API so I'll just link to the differences in page handling between the plugins in case this saves someone else looking that up.
I am not sure why this works for the error plugin, but not the maintainance plugin. I assume that there is some internal grav code the removes the routable attribute (not in the plugin code, but rather related to the event).
If that is true (@rhukster ?) we could simply modify the page header and set routable always to true. Does that sound correct?
Edit: working further with grav it turns out, that setting routable always to true and in the page markdown itself to false seems like a good idea!
I expected that it would be possible to specify a page with
routable: false
in its frontmatter, but this causes a 404 to show up instead.The error plugin does allow this so I quickly glanced the code there. I am not familiar with the plugin API so I'll just link to the differences in page handling between the plugins in case this saves someone else looking that up.
The text was updated successfully, but these errors were encountered: