Skip to content

Commit

Permalink
Merge pull request #4826 from mhsdesign/task/4621–homepage-should-hid…
Browse files Browse the repository at this point in the history
…e-uriPathSegment-in-inspector

TASK: 4621 Homepage should hide uriPathSegment
  • Loading branch information
mhsdesign committed Feb 15, 2024
2 parents d57947a + 663109c commit 783e08a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Neos.Neos/NodeTypes/Mixin/Site.yaml
Expand Up @@ -8,3 +8,8 @@
abstract: true
superTypes:
'Neos.Neos:Document': true
properties:
uriPathSegment:
ui:
inspector:
hidden: true
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Private/Schema/NodeTypes.schema.yaml
Expand Up @@ -52,7 +52,7 @@ additionalProperties:
additionalProperties: false
properties:

'hidden': { type: ['string', 'null'], description: 'Option to hide a property.' }
'hidden': { type: ['string', 'boolean', 'null'], description: 'Option to hide a property.' }

'group': { type: ['string', 'null'], description: 'Identifier of the inspector group in which this property should be edited. If not set, will not appear in inspector at all.' }

Expand Down

0 comments on commit 783e08a

Please sign in to comment.