Skip to content

Commit c863998

Browse files
committedFeb 7, 2022
Specify editorType in examples react-figma#494
1 parent 94f46d8 commit c863998

File tree

14 files changed

+28
-14
lines changed

14 files changed

+28
-14
lines changed
 

‎examples/auto-layout/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/basic-animation/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/basic-hmr/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "ui.html"
6+
"ui": "ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/basic/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/component-variants/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/design-system/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/dynamic-layout/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/fetching/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/hyperlink/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/images/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/interactive/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/local-styles/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/mdx/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "741371398137186725",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

‎examples/styled-components/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"id": "745995778738837862",
44
"api": "1.0.0",
55
"main": "dist/code.js",
6-
"ui": "dist/ui.html"
6+
"ui": "dist/ui.html",
7+
"editorType": ["figma"]
78
}

0 commit comments

Comments
 (0)
Please sign in to comment.