-
Notifications
You must be signed in to change notification settings - Fork 0
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 playground #29
Add playground #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this works (well it will work once the plugin is on .org) but it just lands you on a blank edit screen. I'd suggest for a better experience, we actually create a page that has the Figma Block, with an actual Figma URL already set in the block. This will be a better preview experience than forcing someone to add the block themselves
} | ||
}, | ||
{ | ||
"step": "importFile", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
importFile
has been deprecated and this should be importWxr
instead
"step": "importFile", | ||
"file": { | ||
"resource": "url", | ||
"url": "https:\/\/raw.githubusercontent.com\/10up\/figma-block\/05a11e7ed51038173610e543cb02fc56024f0c1f\/.wordpress-org\/blueprints\/demo-data.xml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll probably want to ensure this URL get's updated to point to develop
before this is merged
Description of the Change
Closes #27
How to test the Change
Changelog Entry
Credits
Props @jeffpaul, @thrijith
Checklist: