|
1 | 1 | { |
2 | | - "$schema": "https://playground.wordpress.net/blueprint-schema.json", |
3 | | - "landingPage": "/wp-admin/", |
4 | | - "preferredVersions": { |
5 | | - "php": "8.0", |
6 | | - "wp": "latest" |
7 | | - }, |
8 | | - "phpExtensionBundles": [ |
9 | | - "kitchen-sink" |
10 | | - ], |
11 | | - "features": { |
12 | | - "networking": false |
13 | | - }, |
14 | | - "plugins": [ |
15 | | - "performance-lab" |
16 | | - ], |
17 | | - "constants": { |
18 | | - "WP_HTTP_BLOCK_EXTERNAL": "true" |
19 | | - }, |
20 | | - "login": true, |
21 | | - "siteOptions": { |
22 | | - "permalink_structure": "/%postname%/" |
23 | | - }, |
24 | | - "steps": [ |
25 | | - { |
26 | | - "step": "defineWpConfigConsts", |
27 | | - "consts": { |
28 | | - "DISABLE_WP_CRON": true |
29 | | - } |
30 | | - }, |
31 | | - { |
32 | | - "step": "installTheme", |
33 | | - "themeData": { |
34 | | - "resource": "wordpress.org/themes", |
35 | | - "slug": "twentytwentyone" |
36 | | - }, |
37 | | - "ifAlreadyInstalled": "skip", |
38 | | - "options": { |
39 | | - "activate": true, |
40 | | - "importStarterContent": false |
41 | | - } |
42 | | - }, |
43 | | - { |
44 | | - "step": "installTheme", |
45 | | - "themeData": { |
46 | | - "resource": "wordpress.org/themes", |
47 | | - "slug": "twentytwentythree" |
48 | | - }, |
49 | | - "ifAlreadyInstalled": "skip", |
50 | | - "options": { |
51 | | - "activate": false, |
52 | | - "importStarterContent": false |
53 | | - } |
54 | | - }, |
55 | | - { |
56 | | - "step": "importWxr", |
57 | | - "file": { |
58 | | - "resource": "url", |
59 | | - "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/b47acf980696897936265182cb684dca648476c7/themeunittestdata.wordpress.xml" |
60 | | - } |
61 | | - } |
62 | | - ] |
| 2 | + "$schema": "https://playground.wordpress.net/blueprint-schema.json", |
| 3 | + "landingPage": "/wp-admin/", |
| 4 | + "preferredVersions": { |
| 5 | + "php": "8.0", |
| 6 | + "wp": "latest" |
| 7 | + }, |
| 8 | + "phpExtensionBundles": [ "kitchen-sink" ], |
| 9 | + "features": { |
| 10 | + "networking": false |
| 11 | + }, |
| 12 | + "plugins": [ "performance-lab" ], |
| 13 | + "constants": { |
| 14 | + "WP_HTTP_BLOCK_EXTERNAL": "true" |
| 15 | + }, |
| 16 | + "login": true, |
| 17 | + "siteOptions": { |
| 18 | + "permalink_structure": "/%postname%/" |
| 19 | + }, |
| 20 | + "steps": [ |
| 21 | + { |
| 22 | + "step": "defineWpConfigConsts", |
| 23 | + "consts": { |
| 24 | + "DISABLE_WP_CRON": true |
| 25 | + } |
| 26 | + }, |
| 27 | + { |
| 28 | + "step": "installTheme", |
| 29 | + "themeData": { |
| 30 | + "resource": "wordpress.org/themes", |
| 31 | + "slug": "twentytwentyone" |
| 32 | + }, |
| 33 | + "ifAlreadyInstalled": "skip", |
| 34 | + "options": { |
| 35 | + "activate": true, |
| 36 | + "importStarterContent": false |
| 37 | + } |
| 38 | + }, |
| 39 | + { |
| 40 | + "step": "installTheme", |
| 41 | + "themeData": { |
| 42 | + "resource": "wordpress.org/themes", |
| 43 | + "slug": "twentytwentythree" |
| 44 | + }, |
| 45 | + "ifAlreadyInstalled": "skip", |
| 46 | + "options": { |
| 47 | + "activate": false, |
| 48 | + "importStarterContent": false |
| 49 | + } |
| 50 | + }, |
| 51 | + { |
| 52 | + "step": "importWxr", |
| 53 | + "file": { |
| 54 | + "resource": "url", |
| 55 | + "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/b47acf980696897936265182cb684dca648476c7/themeunittestdata.wordpress.xml" |
| 56 | + } |
| 57 | + } |
| 58 | + ] |
63 | 59 | } |
0 commit comments