From 9d6038af20d21cb616513d7856686a05b13fd594 Mon Sep 17 00:00:00 2001 From: Dominique Feyer Date: Tue, 5 Dec 2017 19:11:37 +0100 Subject: [PATCH] TASK: Update description in schema definition --- .../Resources/Private/Schema/NodeTypes.schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neos.ContentRepository/Resources/Private/Schema/NodeTypes.schema.yaml b/Neos.ContentRepository/Resources/Private/Schema/NodeTypes.schema.yaml index 698434e601e..a240a76bcd4 100644 --- a/Neos.ContentRepository/Resources/Private/Schema/NodeTypes.schema.yaml +++ b/Neos.ContentRepository/Resources/Private/Schema/NodeTypes.schema.yaml @@ -19,7 +19,7 @@ additionalProperties: 'label': type: ['string', 'array'] - description: "An EEL expression for generating a node's of this node type's label. Alternatively an array with the key generatorClass and optional options." + description: "An EEL expression for generating a node's of this node type's label. Alternatively an array with the key generatorClass and optional generator options." 'constraints': &constraints type: dictionary