Skip to content

Commit f8e6bb7

Browse files
add "editorType" for figma production
1 parent f8bc7da commit f8e6bb7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

figma-lite/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"id": "896445082033423994",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": [
8+
"figma"
9+
]
710
}

figma/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"id": "1009859297533324545",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": [
8+
"figma"
9+
]
710
}

0 commit comments

Comments
 (0)