From 2a9c67e21e3f7f23074312570c92aac181883215 Mon Sep 17 00:00:00 2001 From: Dominique Feyer Date: Tue, 5 Dec 2017 19:13:38 +0100 Subject: [PATCH] TASK: Use consistent 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 a240a76bcd4..44d4e34c5f8 100644 --- a/Neos.ContentRepository/Resources/Private/Schema/NodeTypes.schema.yaml +++ b/Neos.ContentRepository/Resources/Private/Schema/NodeTypes.schema.yaml @@ -42,7 +42,7 @@ additionalProperties: type: dictionary additionalProperties: FALSE properties: - 'label': { type: string, description: "A string or an EEL expression for generating a node's of this node type's label. Alternatively an array with the key generatorClass and optional options." } + 'label': { type: string, description: "A string or 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." } 'type': { type: string, description: "Node Type of this child node." } 'position': type: ['string', 'null']