From 8c4097ec6a6ceee809a1c07a1ae89813e705ee73 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 04:18:43 +0000 Subject: [PATCH] chore: cms to repo sync --- site/plugins.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 9fdb28007..501eccbad 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -92,7 +92,7 @@ { "author": "applitools", "description": "Require visual changes on production to be manually approved before going live!", - "name": "Visual diff (Applitools)", + "name": "Visual Diff (Applitools)", "package": "netlify-plugin-visual-diff", "repo": "https://github.com/applitools/netlify-plugin-visual-diff", "version": "2.0.0", @@ -101,8 +101,14 @@ "version": "2.0.0" }, { - "version": "1.3.0", - "nodeVersion": "<12.0.0" + "nodeVersion": "<12.0.0", + "version": "1.3.0" + } + ], + "variables": [ + { + "name": "APPLITOOLS_API_KEY", + "description": "Applitools API key from https://eyes.applitools.com/" } ] },