Skip to content

Commit

Permalink
Update blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed May 5, 2024
1 parent b313526 commit f6558da
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"step": "runPHP",
"code": "<?php\ninclude 'wordpress/wp-load.php';\nwp_insert_post(array(\n'import_id' => 5,\n'post_title' => 'Enable Responsive Image',\n'post_content' => '',\n'post_status' => 'publish',\n'post_author' => 1\n));"
"code": "<?php\ninclude 'wordpress/wp-load.php';\nwp_insert_post(array(\n'import_id' => 5,\n'post_title' => 'Enable Responsive Image',\n'post_content' => '<!-- wp:paragraph -->\n<p>Select the Image block, open the block sidebar, and check the \"Image sources\" section.</p>\n<!-- /wp:paragraph -->\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/home/screen-themes.png\" alt=\"\"/></figure>\n<!-- /wp:image -->',\n'post_status' => 'publish',\n'post_author' => 1\n));"
}
]
}
Binary file removed .wordpress-org/blueprints/desktop.jpg
Binary file not shown.
Binary file removed .wordpress-org/blueprints/mobile.jpg
Binary file not shown.
Binary file removed .wordpress-org/blueprints/tablet.jpg
Binary file not shown.

0 comments on commit f6558da

Please sign in to comment.