From e27c328b5c8687b1633c12b6e4c09dc9708cda2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjarne=20Var=C3=B6ystrand?= Date: Mon, 7 Jan 2019 18:14:06 +0100 Subject: [PATCH] Added missing condition depencie --- Fireworks/plugin.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Fireworks/plugin.json b/Fireworks/plugin.json index b4b6186..86b8b18 100644 --- a/Fireworks/plugin.json +++ b/Fireworks/plugin.json @@ -51,7 +51,13 @@ { "value": "Merry Christmas Star", "label": "Merry Christmas Star" }, { "value": "Merry Christmas Flake", "label": "Merry Christmas Flake" } ], - "value": "Merry Christmas Star" + "value": "Merry Christmas Star", + "dependencies": { + "evaluate": "all", + "conditions": [ + { "option": "textSettings", "equals": true } + ] + } }, "greatingSize": { "label": "Greating Size",