Skip to content

Commit

Permalink
playground basic-block-translations-3df23d
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Aug 29, 2024
1 parent 159a7ea commit ddf98c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/basic-block-translations-3df23d/_playground/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"landingPage": "/wp-admin/post.php?post=4&action=edit",
"login": true,
"plugins": [
"https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/basic-block-translations-3df23d.zip"
],
"steps": [
{
"step": "runPHP",
"code": "<?php require '/wordpress/wp-load.php'; wp_insert_post( array('post_title' => 'Test block','post_content' => '<!-- wp:block-development-examples/minimal-block-no-build-e621a6 --><p>Hello World - Frontend</p><!-- /wp:block-development-examples/basic-block-translations-3df23d -->', 'post_status' => 'publish', 'post_author' => 1 ) );"
}
]
}

0 comments on commit ddf98c2

Please sign in to comment.