We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21f2bd commit d6c2458Copy full SHA for d6c2458
blueprints/custom-post/blueprint.json
@@ -7,10 +7,9 @@
7
"categories": ["Content", "CPT"]
8
},
9
"landingPage": "/wp-admin/",
10
+ "login":true,
11
"steps": [
- {
12
- "step": "login"
13
- },
+
14
{
15
"step": "mkdir",
16
"path": "/wordpress/wp-content/plugins/books"
@@ -20,7 +19,7 @@
20
19
"path": "/wordpress/wp-content/plugins/books/books.php",
21
"data": {
22
"resource": "url",
23
- "url": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/custom-post/books.php"
+ "url": "https://github.com/WordPress/blueprints/blob/trunk/blueprints/custom-post/books.php"
24
}
25
26
0 commit comments