Skip to content

Commit 8461072

Browse files
Update activate-theme.ts to use themeFolderName. (#1119)
This PR update the documentation to reflect the current state. ## What problem is it solving? It's broken. ## How is the problem addressed? Updated it to mention the relevant parameter. ## Testing Instructions
1 parent d4c53bf commit 8461072

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/playground/blueprints/src/lib/steps/activate-theme.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { StepHandler } from '.';
88
* <code>
99
* {
1010
* "step": "activateTheme",
11-
* "pluginName": "Storefront",
12-
* "pluginPath": "/wordpress/wp-content/themes/storefront"
11+
* "themeFolderName": "storefront"
1312
* }
1413
* </code>
1514
*/

0 commit comments

Comments
 (0)