From f8085cce8c9b905ee727656f76937535d334b3e4 Mon Sep 17 00:00:00 2001 From: Pookie717 Date: Mon, 18 Sep 2023 02:54:53 +0200 Subject: [PATCH] Fix typo in product showcase blueprint example (#640) Previously the example Blueprint code referenced `pluginZipFile` when it should have just been `file`. This was probably a copy/paste error from the previous plugin example. --- packages/docs/site/docs/09-blueprints-api/08-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/site/docs/09-blueprints-api/08-examples.md b/packages/docs/site/docs/09-blueprints-api/08-examples.md index 868d4996..7c4ed22e 100644 --- a/packages/docs/site/docs/09-blueprints-api/08-examples.md +++ b/packages/docs/site/docs/09-blueprints-api/08-examples.md @@ -86,7 +86,7 @@ wp_insert_post(array( }, { "step": "importFile", - "pluginZipFile": { + "file": { "resource": "url", "url": "https://your-site.com/starter-content.wxz" }