From 6ee7bd817a8c1c07fdb03d1a5d1c3024ebd679fe Mon Sep 17 00:00:00 2001 From: Christian Wolff Date: Wed, 3 Jul 2024 10:52:54 +0200 Subject: [PATCH] Disable uriPathSegment Validation on Hompage Validation must be disabled to allow editing of the Homepage properties. or the Neos UI show a Validation error and forbid saving of data. --- Neos.Neos/NodeTypes/Mixin/Site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Neos.Neos/NodeTypes/Mixin/Site.yaml b/Neos.Neos/NodeTypes/Mixin/Site.yaml index af00674d1c5..a282b7a5824 100644 --- a/Neos.Neos/NodeTypes/Mixin/Site.yaml +++ b/Neos.Neos/NodeTypes/Mixin/Site.yaml @@ -10,6 +10,7 @@ 'Neos.Neos:Document': true properties: uriPathSegment: + validation: null ui: inspector: hidden: true