From ef04123e70c199b390a02fae461bb4996eeada7f Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Fri, 17 Aug 2018 11:12:57 +0200 Subject: [PATCH] :bug: Fix error if no images where set in the creation dialog --- Configuration/NodeTypes.Content.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration/NodeTypes.Content.yaml b/Configuration/NodeTypes.Content.yaml index 790fcc7..2ad4b66 100644 --- a/Configuration/NodeTypes.Content.yaml +++ b/Configuration/NodeTypes.Content.yaml @@ -25,6 +25,7 @@ properties: image: '${item}' withItems: '${data.images}' + when: '${data.images}' constraints: nodeTypes: '*': false