Skip to content

Commit e45707c

Browse files
author
deployment_bot
committed
Reindex and reformat Blueprints
1 parent c93acd7 commit e45707c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

GALLERY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Here's the list of all the community Blueprints submitted to this repository. Se
44

55
| Title | Preview | Source |
66
| ----- | ------- | ------ |
7-
| 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) |
7+
| 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) |
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) |
9+
| 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) |
10+
| Install plugin from a gist | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/install-plugin-from-gist/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/install-plugin-from-gist/blueprint.json) |
911
| 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) |
1012
| 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-
| Install plugin from a gist | [Preview](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/adamziel/blueprints/trunk/blueprints/install-plugin-from-gist/blueprint.json) | [Source](https://github.com/adamziel/blueprints/blob/trunk/blueprints/install-plugin-from-gist/blueprint.json) |
12-
| 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) |
1313

index.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"blueprints/grid-variations/blueprint.json": {
3-
"title": "Grid Variations Experiments enabled",
2+
"blueprints/custom-post/blueprint.json": {
3+
"title": "Custom Post Type: Books",
4+
"description": "Blueprint that added a custom post type to playground",
45
"author": "bph",
5-
"description": "Blueprint example to toggle on enable a feature from the Experiments page in Gutenberg plugin",
66
"categories": [
7-
"Gutenberg",
8-
"Experiments"
7+
"Content",
8+
"CPT"
99
]
1010
},
1111
"blueprints/admin-notice/blueprint.json": {
@@ -17,21 +17,13 @@
1717
"notices"
1818
]
1919
},
20-
"blueprints/latest-gutenberg/blueprint.json": {
21-
"title": "Latest Gutenberg plugin",
22-
"author": "zieladam",
23-
"description": "A preview of the latest version of the Gutenberg plugin.",
24-
"categories": [
25-
"plugins"
26-
]
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.",
20+
"blueprints/grid-variations/blueprint.json": {
21+
"title": "Grid Variations Experiments enabled",
3122
"author": "bph",
23+
"description": "Blueprint example to toggle on enable a feature from the Experiments page in Gutenberg plugin",
3224
"categories": [
33-
"Content",
34-
"wpcli"
25+
"Gutenberg",
26+
"Experiments"
3527
]
3628
},
3729
"blueprints/install-plugin-from-gist/blueprint.json": {
@@ -42,13 +34,21 @@
4234
"plugins"
4335
]
4436
},
45-
"blueprints/custom-post/blueprint.json": {
46-
"title": "Custom Post Type: Books",
47-
"description": "Blueprint that added a custom post type to playground",
37+
"blueprints/latest-gutenberg/blueprint.json": {
38+
"title": "Latest Gutenberg plugin",
39+
"author": "zieladam",
40+
"description": "A preview of the latest version of the Gutenberg plugin.",
41+
"categories": [
42+
"plugins"
43+
]
44+
},
45+
"blueprints/posts-via-wp-cli/blueprint.json": {
46+
"title": "Use wp-cli command to add posts",
47+
"description": "Blueprint example to add posts via a wp-cli command.",
4848
"author": "bph",
4949
"categories": [
5050
"Content",
51-
"CPT"
51+
"wpcli"
5252
]
5353
}
5454
}

0 commit comments

Comments
 (0)