cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Implement NotFound page type

Open HeyJoel opened this issue 6 years ago • 0 comments

The Not Found page type does not work and is a hang-over from earlier versions of the closed source product. We should investigate the best way for it to work and implement it properly.

We need to be able to:

  • Create content managed, locale specific not found pages
  • Create not found pages at any point in the directory structure, e.g. /products could have a different not found page to the root one.
  • We should validate that there is only one not found page per locale per directory
  • Not found pages shouldn't require a Url
  • Investigate if this is also a requirement for error pages? If so, setup another issues for it.

HeyJoel avatar Mar 28 '18 10:03 HeyJoel