-
Notifications
You must be signed in to change notification settings - Fork 383
/
.wp-env.json
37 lines (37 loc) · 1.2 KB
/
.wp-env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"core": "WordPress/WordPress#master",
"phpVersion": "8.0",
"env": {
"development": {
"plugins": [
".",
"https://downloads.wordpress.org/plugin/gutenberg.zip",
"https://downloads.wordpress.org/plugin/pwa.zip"
]
},
"tests": {
"config": {
"WP_DEBUG": true
},
"themes": [
"https://downloads.wordpress.org/theme/twentyten.zip",
"https://downloads.wordpress.org/theme/twentyeleven.zip",
"https://downloads.wordpress.org/theme/twentytwelve.zip",
"https://downloads.wordpress.org/theme/twentythirteen.zip",
"https://downloads.wordpress.org/theme/twentyfourteen.zip",
"https://downloads.wordpress.org/theme/twentyfifteen.zip",
"https://downloads.wordpress.org/theme/twentysixteen.zip",
"https://downloads.wordpress.org/theme/twentyseventeen.zip",
"https://downloads.wordpress.org/theme/twentynineteen.zip"
],
"plugins": [
".",
"https://downloads.wordpress.org/plugin/gutenberg.zip",
"https://downloads.wordpress.org/plugin/pwa.zip"
],
"mappings": {
"../wordpress-develop": "WordPress/wordpress-develop#trunk"
}
}
}
}