Hello,
I am developing a plug-in and as part of this I would like to add a demo layout to the canvas. I can obviously do that in code, but since there are a few design considerations for this layout and it needs to be reasonably flexible to be changed in the future, I am looking for a better way.
Something like exporting a Figma design, packaging it as part of the plug-in and then importing it when the plug-in loads.
Is that possible? Or is there a different way? Or do I need to bite the bullet and create it in code?
Thanks