-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load pages in the correct menu_order, add missing assets
- Loading branch information
Showing
62 changed files
with
7,754 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
#!/bin/bash | ||
|
||
bun --config=/Users/cloudnik/.bunfig.toml /Users/cloudnik/www/Automattic/core/plugins/playground/packages/playground/cli/src/cli.ts start --mount=./wp-content/plugins/wp-docs-plugin:/wordpress/wp-content/plugins/wp-docs-plugin --mount=./wp-content/html-pages:/wordpress/wp-content/html-pages --mount=./wp-content/uploads:/wordpress/wp-content/uploads --mount=./wp-content/themes/playground-docs:/wordpress/wp-content/themes/playground-docs --blueprint=./wp-content/blueprint-wp-now.json --wp=6.5 | ||
|
||
mkdir -p output | ||
bunx @wp-playground/cli@latest \ | ||
server \ | ||
--mount=./wp-content/plugins/wp-docs-plugin:/wordpress/wp-content/plugins/wp-docs-plugin \ | ||
--mount=./wp-content/plugins/export-static-site:/wordpress/wp-content/plugins/export-static-site \ | ||
--mount=./wp-content/html-pages:/wordpress/wp-content/html-pages \ | ||
--mount=./wp-content/uploads:/wordpress/wp-content/uploads \ | ||
--mount=./wp-content/themes/playground-docs:/wordpress/wp-content/themes/playground-docs \ | ||
--mount=./output:/output \ | ||
--blueprint=./wp-content/blueprint-serve.json \ | ||
--wp=6.5 \ | ||
--php=8.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"$schema": "https://playground.wordpress.net/blueprint-schema.json", | ||
"landingPage": "/wp-admin/edit.php?post_type=page", | ||
"preferredVersions": { | ||
"wp": "latest", | ||
"php": "8.0" | ||
}, | ||
"login": true, | ||
"steps": [ | ||
{ | ||
"step": "installTheme", | ||
"themeZipFile": { | ||
"resource": "wordpress.org/themes", | ||
"slug": "twentytwentyfour" | ||
} | ||
}, | ||
{ | ||
"step": "mkdir", | ||
"path": "/wordpress/wp-content/mu-plugins" | ||
}, | ||
{ | ||
"step": "writeFile", | ||
"path": "/wordpress/wp-content/mu-plugins/0-hide-admin-bar.php", | ||
"data": "<?php add_filter( 'show_admin_bar', '__return_false' ); " | ||
}, | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "wordpress.org/plugins", | ||
"slug": "create-block-theme" | ||
} | ||
}, | ||
{ | ||
"step": "activatePlugin", | ||
"pluginPath": "wp-docs-plugin/plugin.php" | ||
} | ||
] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+225 KB
wp-content/uploads/2024/04/21_wp-version-switcher-2048x1562-1536x1172.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+159 KB
...ads/2024/04/36_c-programs-general-dc8c885b6c55e554f0c504f32e49ad8d-1536x993.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+180 KB
...4/36_c-programs-general-dc8c885b6c55e554f0c504f32e49ad8d-2048x1324-1536x993.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+240 KB
...ds/2024/04/36_c-programs-general-dc8c885b6c55e554f0c504f32e49ad8d-2048x1324.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+106 KB
...uploads/2024/04/37_c-programs-php-4a55d44329eb4e6403983664c6492f5b-1536x993.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+121 KB
...24/04/37_c-programs-php-4a55d44329eb4e6403983664c6492f5b-2048x1324-1536x993.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+160 KB
...ploads/2024/04/37_c-programs-php-4a55d44329eb4e6403983664c6492f5b-2048x1324.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+182 KB
...024/04/38_c-programs-php-versions-d204a7325079ab708fd605a6a1d2681b-1536x993.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+203 KB
...c-programs-php-versions-d204a7325079ab708fd605a6a1d2681b-2048x1324-1536x993.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+278 KB
...24/04/38_c-programs-php-versions-d204a7325079ab708fd605a6a1d2681b-2048x1324.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.