WordPress / blueprints

Blueprints gallery and examples
69 stars 25 forks source link

Update "reset-data-and-import-content" blueprint to also include importing content and error_log messages #61

Closed juanmaguitar closed 4 months ago

juanmaguitar commented 4 months ago

This PR updates reset-data-and-import-content blueprint example to:

These additions will make this example a good reference for showing how can add debug messages to our playground blueprints and check those messages from https://playground.wordpress.net/

https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress-juanmaguitar/blueprints/trunk/blueprints/reset-data-and-import-content/blueprint.json

Screenshot 2024-08-01 at 12 06 25
github-actions[bot] commented 4 months ago

Test using WordPress Playground

The 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.

Test this pull request with WordPress Playground.

adamziel commented 4 months ago

Thank you @juanmaguitar!