Skip to content

Commit 1f28d64

Browse files
author
deployment_bot
committed
Reindex and reformat Blueprints
1 parent 123d1a0 commit 1f28d64

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

GALLERY.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Here's the list of all the community Blueprints submitted to this repository. Se
2525
| Reset data and import content (with logs) | It resets default data before importing custom content. It also logs the state of the content after each step. | [@juanmaguitar](https://github.com/juanmaguitar) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/reset-data-and-import-content/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/reset-data-and-import-content/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/reset-data-and-import-content/blueprint.json) |
2626
| Serve media files from another host | Redirect any requests to files within the uploads directory to an external host. This is useful when you have a lot of image attachments in your playground but don’t want to include them all in the blueprint. | [@ivanblagdan](https://github.com/ivanblagdan) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/redirect-upload-requests/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/redirect-upload-requests/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/redirect-upload-requests/blueprint.json) |
2727
| Set the admin color scheme | Set the admin color scheme to Modern using the updateUserMeta step. | [@ndiego](https://github.com/ndiego) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/set-admin-color-scheme/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/set-admin-color-scheme/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/set-admin-color-scheme/blueprint.json) |
28+
| Showcase plugin | Showcase custom plugin from own server with media files and content imported as WXR. There is a readme file in github repository (https://github.com/Lovor01/blueprints/blob/trunk/blueprints/showcase-plugin-with-media/readme.md) which explains all steps. | [@Lovor01](https://github.com/Lovor01) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/showcase-plugin-with-media/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/showcase-plugin-with-media/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/showcase-plugin-with-media/blueprint.json) |
2829
| Theme Tester | Blueprint example to add content and plugins to explore a theme | [@bph](https://github.com/bph) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/theme-a11y-test/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/theme-a11y-test/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/theme-a11y-test/blueprint.json) |
2930
| Use WPGraphQL to query WordPress | Example that loads WordPress with WPGraphQL active and defaults to the WPGraphQL IDE page to allow users to test GraphQL queries and explore the GraphQL Schema. | [@jasonbahl](https://github.com/jasonbahl) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/wpgraphql/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/wpgraphql/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/wpgraphql/blueprint.json) |
3031
| Use wp-cli command to add posts | Blueprint example to add posts via a wp-cli command. | [@bph](https://github.com/bph) |[Open in Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/posts-via-wp-cli/blueprint.json)<br>• [View source](https://github.com/wordpress/blueprints/blob/trunk/blueprints/posts-via-wp-cli/blueprint.json)<br>• [Edit](https://playground.wordpress.net/builder/builder.html?blueprint-url=https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/posts-via-wp-cli/blueprint.json) |

index.json

+11
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,17 @@
185185
"user meta"
186186
]
187187
},
188+
"blueprints/showcase-plugin-with-media/blueprint.json": {
189+
"title": "Showcase plugin",
190+
"description": "Showcase custom plugin from own server with media files and content imported as WXR. There is a readme file in github repository (https://github.com/Lovor01/blueprints/blob/trunk/blueprints/showcase-plugin-with-media/readme.md) which explains all steps.",
191+
"author": "Lovor01",
192+
"categories": [
193+
"plugin",
194+
"demo",
195+
"media",
196+
"images"
197+
]
198+
},
188199
"blueprints/theme-a11y-test/blueprint.json": {
189200
"title": "Theme Tester",
190201
"description": "Blueprint example to add content and plugins to explore a theme",

0 commit comments

Comments
 (0)