Skip to content

Commit 1fc3027

Browse files
author
deployment_bot
committed
Reindex and reformat Blueprints
1 parent 60382b6 commit 1fc3027

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
@@ -8,4 +8,5 @@ Here's the list of all the community Blueprints submitted to this repository. Se
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) |
1010
| 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) |
11+
| Custom Post Type: Books | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/custom-post/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/custom-post/blueprint.json) |
1112

index.json

+9
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,14 @@
3333
"Content",
3434
"wpcli"
3535
]
36+
},
37+
"blueprints/custom-post/blueprint.json": {
38+
"title": "Custom Post Type: Books",
39+
"description": "Blueprint that added a custom post type to playground",
40+
"author": "bph",
41+
"categories": [
42+
"Content",
43+
"CPT"
44+
]
3645
}
3746
}

0 commit comments

Comments
 (0)