-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added blueprint for showcasing custom plugin #57
base: trunk
Are you sure you want to change the base?
Conversation
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "url", | ||
"url": "https://makeiteasypopup.makeiteasy.hr/makeiteasy-popup.zip" |
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.
Would it be possible to use paths from this GitHub repo or at least WordPress.org?
In case something changes with the domain, we would still like for the blueprint to work.
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.
Ok, I'll rewrite blueprint as soon as I can.
@Lovor01 Let me know how we can help getting your blueprint into the gallery. Are there any blockers (apart from time) we can assist you with? |
Birgit, thank you for bringing this up. There are no other blockers, except my time. I will try to make this priority and finish this week. |
I updated blueprints and uploaded required files, it should work now with github hosted files. I also improved readme file to instruct reader how he can replicate and modify this solution for his needs. Please let me know if anything else is a problem to merge this. |
This is more elaborate example, which shows how to upload media files, plugin and theme from own server and how to set the basic starting options to showcase plugin. WXR is used for importing content. There is also a readme file with explanations.