Skip to content

Commit e2962d9

Browse files
author
deployment_bot
committed
Reindex Blueprints
1 parent 122fa4b commit e2962d9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

GALLERY.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Here's the list of all the community Blueprints submitted to this repository. Se
77
| Grid Variations Experiments enabled | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/grid-variations/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/grid-variations/blueprint.json) |
88
| Display Admin Notice | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/admin-notice/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/admin-notice/blueprint.json) |
99
| Latest Gutenberg plugin | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/latest-gutenberg/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/latest-gutenberg/blueprint.json) |
10+
| Use wp-cli command to add posts | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/posts-via-wp-cli/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/posts-via-wp-cli/blueprint.json) |
1011

index.json

+9
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,14 @@
2424
"categories": [
2525
"plugins"
2626
]
27+
},
28+
"blueprints/posts-via-wp-cli/blueprint.json": {
29+
"title": "Use wp-cli command to add posts",
30+
"description": "Blueprint example to add posts via a wp-cli command.",
31+
"author": "bph",
32+
"categories": [
33+
"Content",
34+
"wpcli"
35+
]
2736
}
2837
}

0 commit comments

Comments
 (0)