neos / Neos.Demo

The Neos demo site package
GNU General Public License v3.0
18 stars 36 forks source link

Custom Error Page is not usable #178

Open fcool opened 1 year ago

fcool commented 1 year ago

The _hidden property is not longer changeable for auto created nodes.

The current demo package creates a "Not Found" - Page automatically. As this property is not longer changeable there is no way (but to manually edit the database content) to enable the prepared custom not found handling.

See also: https://github.com/neos/neos-ui/issues/2282 https://github.com/neos/neos-ui/pull/3004

crydotsnake commented 1 year ago

What would be the new way?

fcool commented 1 year ago

To be honest: I dont know! What would work right now: Do net set _hidden to true per default. So it cannot be longer activated manually, but is "always" or "never".

Apart from that... I would suggest to follow the both linked issues. There some possibilities and ideas are discussed - but as far as I know - nothing settled yet.