diff --git a/.wordpress-org/blueprints/blueprint.json b/.wordpress-org/blueprints/blueprint.json new file mode 100644 index 0000000..29a3178 --- /dev/null +++ b/.wordpress-org/blueprints/blueprint.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "landingPage": "/wp-admin/post.php?post=5&action=edit", + "steps": [ + { + "step": "login", + "username": "admin", + "password": "password" + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org/plugins", + "slug": "enable-responsive-image" + } + }, + { + "step": "runPHP", + "code": " 5,\n'post_title' => 'Enable Responsive Image',\n'post_content' => '\n
Select the Image block, open the block sidebar, and check the \"Image sources\" section.
\n\n\n\n',\n'post_status' => 'publish',\n'post_author' => 1\n));" + } + ] +}