Skip to content

Commit

Permalink
TASK: Allow inspector.hidden = true in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Feb 6, 2024
1 parent 64f9bcd commit 663109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Resources/Private/Schema/NodeTypes.schema.yaml
Original file line number Diff line number Diff line change
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 663109c

Please sign in to comment.