Skip to content

Commit 6de4ffc

Browse files
author
deployment_bot
committed
Reindex and reformat Blueprints
1 parent 82d46d7 commit 6de4ffc

File tree

7 files changed

+32
-48
lines changed

7 files changed

+32
-48
lines changed

GALLERY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Here's the list of all the community Blueprints submitted to this repository. Se
44

55
| Title | Preview | Source |
66
| ----- | ------- | ------ |
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) |
8-
| 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) |
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) |
98
| 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+
| 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-
| 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) |
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) |
1212

blueprints/admin-notice/blueprint.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"title": "Display Admin Notice ",
55
"description": "Blueprint to add a tiny mu-plugin and display an admin notice",
66
"author": "bph",
7-
"categories": [
8-
"Admin",
9-
"notices"
10-
]
7+
"categories": ["Admin", "notices"]
118
},
129
"landingPage": "/wp-admin/plugins.php",
1310
"steps": [
@@ -22,4 +19,4 @@
2219
"data": "<?php add_action('admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>Hello from Playground.</p></div>'; });"
2320
}
2421
]
25-
}
22+
}

blueprints/custom-post/blueprint.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"title": "Custom Post Type: Books",
55
"description": "Blueprint that added a custom post type to playground",
66
"author": "bph",
7-
"categories": [
8-
"Content",
9-
"CPT"
10-
]
7+
"categories": ["Content", "CPT"]
118
},
129
"landingPage": "/wp-admin/",
1310
"steps": [
@@ -31,4 +28,4 @@
3128
"pluginPath": "books/books.php"
3229
}
3330
]
34-
}
31+
}

blueprints/grid-variations/blueprint.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"title": "Grid Variations Experiments enabled",
55
"author": "bph",
66
"description": "Blueprint example to toggle on enable a feature from the Experiments page in Gutenberg plugin",
7-
"categories": [
8-
"Gutenberg",
9-
"Experiments"
10-
]
7+
"categories": ["Gutenberg", "Experiments"]
118
},
129
"landingPage": "/wp-admin/site-editor.php",
1310
"steps": [
@@ -31,4 +28,4 @@
3128
"code": "<?php require '/wordpress/wp-load.php'; update_option( 'gutenberg-experiments', array( 'gutenberg-grid-interactivity' => true ) );"
3229
}
3330
]
34-
}
31+
}

blueprints/latest-gutenberg/blueprint.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"title": "Latest Gutenberg plugin",
44
"author": "zieladam",
55
"description": "A preview of the latest version of the Gutenberg plugin.",
6-
"categories": [
7-
"plugins"
8-
]
6+
"categories": ["plugins"]
97
},
10-
"plugins": [
11-
"gutenberg"
12-
]
13-
}
8+
"plugins": ["gutenberg"]
9+
}

blueprints/posts-via-wp-cli/blueprint.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"title": "Use wp-cli command to add posts",
55
"description": "Blueprint example to add posts via a wp-cli command.",
66
"author": "bph",
7-
"categories": [
8-
"Content",
9-
"wpcli"
10-
]
7+
"categories": ["Content", "wpcli"]
118
},
129
"landingPage": "/wp-admin/edit.php",
1310
"steps": [
@@ -21,4 +18,4 @@
2118
"command": "wp post generate --count=12 --post_type=post --post_date=1999-01-04"
2219
}
2320
]
24-
}
21+
}

index.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
2-
"blueprints/custom-post/blueprint.json": {
3-
"title": "Custom Post Type: Books",
4-
"description": "Blueprint that added a custom post type to playground",
2+
"blueprints/grid-variations/blueprint.json": {
3+
"title": "Grid Variations Experiments enabled",
54
"author": "bph",
5+
"description": "Blueprint example to toggle on enable a feature from the Experiments page in Gutenberg plugin",
66
"categories": [
7-
"Content",
8-
"CPT"
9-
]
10-
},
11-
"blueprints/latest-gutenberg/blueprint.json": {
12-
"title": "Latest Gutenberg plugin",
13-
"author": "zieladam",
14-
"description": "A preview of the latest version of the Gutenberg plugin.",
15-
"categories": [
16-
"plugins"
7+
"Gutenberg",
8+
"Experiments"
179
]
1810
},
1911
"blueprints/admin-notice/blueprint.json": {
@@ -25,6 +17,14 @@
2517
"notices"
2618
]
2719
},
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+
},
2828
"blueprints/posts-via-wp-cli/blueprint.json": {
2929
"title": "Use wp-cli command to add posts",
3030
"description": "Blueprint example to add posts via a wp-cli command.",
@@ -34,13 +34,13 @@
3434
"wpcli"
3535
]
3636
},
37-
"blueprints/grid-variations/blueprint.json": {
38-
"title": "Grid Variations Experiments enabled",
37+
"blueprints/custom-post/blueprint.json": {
38+
"title": "Custom Post Type: Books",
39+
"description": "Blueprint that added a custom post type to playground",
3940
"author": "bph",
40-
"description": "Blueprint example to toggle on enable a feature from the Experiments page in Gutenberg plugin",
4141
"categories": [
42-
"Gutenberg",
43-
"Experiments"
42+
"Content",
43+
"CPT"
4444
]
4545
}
4646
}

0 commit comments

Comments
 (0)