Changeset 3459753
- Timestamp:
- 02/12/2026 10:01:03 AM (7 weeks ago)
- File:
-
- 1 edited
-
emoji-toolbar/assets/blueprints/blueprint.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emoji-toolbar/assets/blueprints/blueprint.json
r3459744 r3459753 6 6 "login": true, 7 7 "phpExtensionBundles": ["kitchen-sink"], 8 "landingPage": "/wp-admin/ post-new.php",8 "landingPage": "/wp-admin/edit.php", 9 9 "steps": [ 10 10 { "step": "login", "username": "admin", "password": "password" }, … … 19 19 { 20 20 "step": "runPHP", 21 "code": "<?php require '/wordpress/wp-load.php'; wp_insert_post(['post_title' => 'Emoji Toolbar Demo','post_content' => '<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"primary\"} --><h2 class=\"wp-block-heading has-text-align-center has-primary-color has-text-color has-link-color\">Hello World 🌍</h2><!-- /wp:heading --><!-- wp:paragraph --><p>This is an example page. It 's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph --><p>Hi there! I'm a 🚴 bike messenger by ☀️ day, aspiring actor by 🌙 night, and this is my 🏠 website. I live in 🏙️ Los Angeles, have a great 😍 dog named Jack, and I like 🍹 piña coladas. (And gettin' caught in the 🌧️ rain.)</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>...or something like this:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph --><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>As a new WordPress user, you should go to <a href=\"./wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p><!-- /wp:paragraph -->', 'post_status' => 'publish', 'post_type' => 'post',]);"21 "code": "<?php require '/wordpress/wp-load.php'; wp_insert_post(['post_title' => 'Emoji Toolbar Demo','post_content' => '<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"primary\"} --><h2 class=\"wp-block-heading has-text-align-center has-primary-color has-text-color has-link-color\">Hello World 🌍</h2><!-- /wp:heading --><!-- wp:paragraph --><p>This is an example page. It is different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph --><p>Hi there! I'm a 🚴 bike messenger by ☀️ day, aspiring actor by 🌙 night, and this is my 🏠 website. I live in 🏙️ Los Angeles, have a great 😍 dog named Jack, and I like 🍹 piña coladas. (And gettin' caught in the 🌧️ rain.)</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>...or something like this:</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph --><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p>As a new WordPress user, you should go to <a href=\"./wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p><!-- /wp:paragraph -->', 'post_status' => 'publish', 'post_type' => 'post',]);" 22 22 } 23 23 ]
Note: See TracChangeset
for help on using the changeset viewer.