Skip to content

Commit db4d7d2

Browse files
committed
Added blueprint metadata for redirec-upload-requests.
1 parent 542d815 commit db4d7d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blueprints/redirect-upload-requests/blueprint.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
33
"meta": {
4-
"title": "Pretty permalinks",
5-
"description": "Set the permalink structure to use pretty permalinks.",
6-
"author": "bgrgicak",
4+
"title": "Redirect upload requests",
5+
"description": "Redirect any requests to files within the uploads directory to an external host. This is useful when you have a lot of image attachments in your playground but don’t want to include them all in the blueprint.",
6+
"author": "ivanblagdan",
77
"categories": ["Settings"]
88
},
99
"landingPage": "/category/uncategorized/",
10-
"constsnats": {
10+
"constants": {
1111
"PLAYGROUND_REDIRECT_UPLOADS_URL": "https://production.example.com"
1212
},
1313
"steps": [

0 commit comments

Comments
 (0)