Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add editorType property to the manifest.json #10

Open
javierarce opened this issue Mar 31, 2022 · 0 comments
Open

Add editorType property to the manifest.json #10

javierarce opened this issue Mar 31, 2022 · 0 comments

Comments

@javierarce
Copy link

javierarce commented Mar 31, 2022

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant