rsms / figplug

Figma plugin builder
https://rsms.me/figplug/
MIT License
362 stars 16 forks source link

Add editorType property to the manifest.json #10

Open javierarce opened 2 years ago

javierarce commented 2 years ago

Right now if you create a plugin, the editor complaints of a missing property (editorType):

Screenshot 2022-03-31 at 16 38 03

The default manifest could be something like this:

{
  "api": "1.0.0",
  "editorType": ["figma", "figjam"],
  "name": "My Plugin",
  "main": "plugin.ts",
  "ui": "ui.ts"
}