figplug icon indicating copy to clipboard operation
figplug copied to clipboard

Add editorType property to the manifest.json

Open javierarce opened this issue 3 years ago • 0 comments

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"
}

javierarce avatar Mar 31 '22 14:03 javierarce