Skip to main content

I am developing the following widgets for Figma and FigJam.

Figma


I would like to make this widget compatible with Dev Mode. To do so, I have specified the following editorType in manifest.json.


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

However, I get a Manifest error and cannot use the widget.


Manifest error
A Plugin can't have both "dev" and "figJam" in editorType.

I only want the URL and title of the link to be reflected in Dev Mode only when the widget is used in Figma, so the support in Dev Mode is an auxiliary feature.

Therefore, please allow us to develop widgets for Figma, DevMode, and FigJam.

Be the first to reply!

Reply