From f8e6bb75dd71ee2761623b129f57af05a7ac0598 Mon Sep 17 00:00:00 2001 From: softmarshmallow Date: Wed, 25 Aug 2021 03:10:46 +0900 Subject: [PATCH] add "editorType" for figma production --- figma-lite/manifest.json | 5 ++++- figma/manifest.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/figma-lite/manifest.json b/figma-lite/manifest.json index f31d254a..bdfb4ffc 100644 --- a/figma-lite/manifest.json +++ b/figma-lite/manifest.json @@ -3,5 +3,8 @@ "id": "896445082033423994", "api": "1.0.0", "main": "dist/code.js", - "ui": "dist/ui.html" + "ui": "dist/ui.html", + "editorType": [ + "figma" + ] } \ No newline at end of file diff --git a/figma/manifest.json b/figma/manifest.json index cf3cb5bf..685bb512 100644 --- a/figma/manifest.json +++ b/figma/manifest.json @@ -3,5 +3,8 @@ "id": "1009859297533324545", "api": "1.0.0", "main": "dist/code.js", - "ui": "dist/ui.html" + "ui": "dist/ui.html", + "editorType": [ + "figma" + ] } \ No newline at end of file