Skip to content

Commit

Permalink
Merge pull request #96 from evgrezanov/evgrezanov/2_19
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
evgrezanov authored Sep 3, 2024
2 parents c4ee966 + 2682539 commit 3a8f8b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.DS_Store
.*~
.wordpress-org
/demo/demoproducts.xml

Thumbs.db
behat.yml
bitbucket-pipelines.yml
Expand Down
14 changes: 12 additions & 2 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "WooCommerce product feed + bonusplus-wp",
"title": "WooCommerce import products + bonusplus-wp",
"description": "Blueprint to create a WooCommerce products and export an XML/CSV product feed",
"author": "redmonkey73",
"categories": ["WooCommerce", "categories", "reset", "log", "debug", "import", "content"]
Expand All @@ -23,6 +23,9 @@
"username": "admin",
"password": "password"
},
{
"step": "resetData"
},
{
"step": "installPlugin",
"pluginZipFile": {
Expand All @@ -47,7 +50,7 @@
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/evgrezanov/bonus-plus-wp/main/.wordpress-org/blueprints/demoproducts.xml"
"url": "https://raw.githubusercontent.com/evgrezanov/bonus-plus-wp/.wordpress-org/blueprints/demoproducts.xml"
}
},
{
Expand Down Expand Up @@ -85,6 +88,13 @@
"options": {
"WPLANG": "ru_RU"
}
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "wordpress.org/themes",
"slug": "storefront"
}
}
]
}
Expand Down

0 comments on commit 3a8f8b2

Please sign in to comment.