Skip to content

Commit

Permalink
Disable uriPathSegment Validation on Hompage
Browse files Browse the repository at this point in the history
Validation must be disabled to allow editing of the Homepage properties. or the Neos UI show a Validation error and forbid saving of data.
  • Loading branch information
wolffc authored Jul 3, 2024
1 parent 990824c commit 6ee7bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Neos.Neos/NodeTypes/Mixin/Site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'Neos.Neos:Document': true
properties:
uriPathSegment:
validation: null
ui:
inspector:
hidden: true

0 comments on commit 6ee7bd8

Please sign in to comment.