Ability to manage custom error pages thru cms editor, i.e. 404 and 500
404 error page
Just like any other cms page, but reserver to be used when 404 error occured.
We have to add this as extra layer on top of symfony's one, i.e. if 404 page exists and published then show it, in other case show standard one.
500 error page
This also might be reserver, but must be published into webdir and should be minimized as much as possible, i.e. no slots, etc. Ideally to be used with different lightweight template and publish as static page.
Thanks.
I'm working on