-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
playground basic-block-translations-3df23d
- Loading branch information
1 parent
159a7ea
commit ddf98c2
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
plugins/basic-block-translations-3df23d/_playground/blueprint.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ) );" | ||
} | ||
] | ||
} |
File renamed without changes.