From a3f53943169b86115189c1bd94ec499f1ca2019c Mon Sep 17 00:00:00 2001 From: Lars Lauger Date: Tue, 29 Oct 2024 15:53:19 +0100 Subject: [PATCH] fix: Ensure matchingStatusCodes property is below document title in inspector --- .../Netlogix.ErrorHandler.NodeTypes:Mixin.ErrorPage.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NodeTypes/Netlogix.ErrorHandler.NodeTypes:Mixin.ErrorPage.yaml b/NodeTypes/Netlogix.ErrorHandler.NodeTypes:Mixin.ErrorPage.yaml index 6b4a035..ccaef21 100644 --- a/NodeTypes/Netlogix.ErrorHandler.NodeTypes:Mixin.ErrorPage.yaml +++ b/NodeTypes/Netlogix.ErrorHandler.NodeTypes:Mixin.ErrorPage.yaml @@ -6,6 +6,11 @@ icon: 'bug' inspector: + groups: + errorPage: + label: 'Error Page' + icon: 'bug' + position: 'after document' views: errorPageTarget: label: 'Error Page' @@ -33,7 +38,7 @@ ui: label: 'Matching Status Codes' inspector: - group: 'document' + group: 'errorPage' editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor' editorOptions: allowEmpty: true