diff --git a/README.md b/README.md index f9e30a7..b76ea2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Interactivity API To-do MVC A to-do list built using the WordPress Interactivity API for [ToDoMVC](https://todomvc.com/) -[View the demo in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/ryanwelcher/interactivity-api-todomvc/trunk/_blueprint/to-do-mvc.json) +[View the demo in WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/ryanwelcher/interactivity-api-todomvc/trunk/_blueprint/to-do-mvc-no-cli.json) diff --git a/_blueprint/to-do-mvc-no-cli.json b/_blueprint/to-do-mvc-no-cli.json index c9d1612..5bb5776 100644 --- a/_blueprint/to-do-mvc-no-cli.json +++ b/_blueprint/to-do-mvc-no-cli.json @@ -9,8 +9,6 @@ ], "features": {}, "steps": [ - null, - false, { "step": "login", "username": "admin", @@ -41,8 +39,6 @@ { "step": "activatePlugin", "pluginPath": "/wordpress/wp-content/plugins/mvc-setup/" - }, - null, - null + } ] } diff --git a/_blueprint/to-do-mvc.json b/_blueprint/to-do-mvc.json index 8197aea..451c936 100644 --- a/_blueprint/to-do-mvc.json +++ b/_blueprint/to-do-mvc.json @@ -8,8 +8,6 @@ ], "features": {}, "steps": [ - null, - false, { "step": "login", "username": "admin", @@ -36,8 +34,6 @@ { "step": "runPHP", "code": "'page', 'post_per_page' => 1 ) ); update_option( 'page_on_front', $pages[0]['ID'] ); ?>" - }, - null, - null + } ] -} \ No newline at end of file +}