nirsky / figma-plugin-react-template

Quickstart your Figma Plugin with this template and tooling.
MIT License
426 stars 83 forks source link

update manifest.json #16

Closed L-Jovi closed 2 years ago

L-Jovi commented 3 years ago

Thanks for your project which could help me quickly build figma plugin boilerplate :)

I find the little issue from your template manifest.json file

...
"editorKey": ["figma"]
...

already not be recognized by figma editor, and it could be changed to

...
  "editorType": [
    "figma",
    "figjam"
  ]
...

Would you mind fix the problem, thx for your time :)

nirsky commented 2 years ago

Merged your PR https://github.com/nirsky/figma-plugin-react-template/pull/17 thanks!