Skip to content

Commit

Permalink
Fix playground importWxr url (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar authored Nov 22, 2024
1 parent 67a9282 commit 7750880
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions blueprint.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Live demo the Kanso WordPress theme for bloggers.",
"description": "",
"author": "richtabor",
"categories": [ "theme" ]
},
"landingPage": "/wp-admin/site-editor.php",
"login": true,
"steps": [
{
"step": "resetData"
},
{
"step": "writeFile",
"path": "/wordpress/wp-content/mu-plugins/rewrite.php",
"data": "<?php /* Use pretty permalinks */ add_action( 'after_setup_theme', function() { global $wp_rewrite; $wp_rewrite->set_permalink_structure('/%postname%/'); $wp_rewrite->flush_rules(); } );"
},
{
"step": "updateUserMeta",
"meta": {
"admin_color": "modern"
},
"userId": 1
},
{
"step": "updateUserMeta",
"meta": {
"first_name": "Rich",
"last_name": "Tabor"
},
"userId": 1
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main"
},
"options": {
"activate": true
}
},
{
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/richtabor/kanso/blueprint-content.xml"
}
},
{
"step": "setSiteOptions",
"options": {
"blogname": "Rich Tabor",
"blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress.",
"show_on_front": "page",
"page_on_front": 6,
"page_for_posts": 2
}
}
],
"plugins": [ "todo-list-block", "markdown-comment-block" ]
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Live demo the Kanso WordPress theme for bloggers.",
"description": "",
"author": "richtabor",
"categories": ["theme"]
},
"landingPage": "/wp-admin/site-editor.php",
"login": true,
"steps": [
{
"step": "resetData"
},
{
"step": "writeFile",
"path": "/wordpress/wp-content/mu-plugins/rewrite.php",
"data": "<?php /* Use pretty permalinks */ add_action( 'after_setup_theme', function() { global $wp_rewrite; $wp_rewrite->set_permalink_structure('/%postname%/'); $wp_rewrite->flush_rules(); } );"
},
{
"step": "updateUserMeta",
"meta": {
"admin_color": "modern"
},
"userId": 1
},
{
"step": "updateUserMeta",
"meta": {
"first_name": "Rich",
"last_name": "Tabor"
},
"userId": 1
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main"
},
"options": {
"activate": true
}
},
{
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/richtabor/kanso/main/blueprint-content.xml"
}
},
{
"step": "setSiteOptions",
"options": {
"blogname": "Rich Tabor",
"blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress.",
"show_on_front": "page",
"page_on_front": 6,
"page_for_posts": 2
}
}
],
"plugins": ["todo-list-block", "markdown-comment-block"]
}

0 comments on commit 7750880

Please sign in to comment.