-
Notifications
You must be signed in to change notification settings - Fork 7
/
.wp-env.json
35 lines (35 loc) · 1.03 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
{
"config": {
"WP_DEBUG": true,
"SCRIPT_DEBUG": true,
"WP_DEBUG_LOG": "/tmp/wp-errors.log",
"FS_METHOD": "direct",
"WP_ENVIRONMENT_TYPE": "local",
"JETPACK_DEV_DEBUG": true,
"WPORG_SANDBOXED": true,
"WP_MARKET_SHARE": 43,
"WP_CORE_STABLE_BRANCH": "6.5",
"WP_CORE_LATEST_RELEASE": "6.5.1"
},
"core": "WordPress/WordPress#master",
"plugins": [
"./source/wp-content/plugins/chart-card",
"./source/wp-content/plugins/gutenberg",
"./source/wp-content/plugins/jetpack",
"./source/wp-content/plugins/theme-directory",
"./source/wp-content/plugins/wordpress-importer",
"./source/wp-content/plugins/wporg-ratings"
],
"themes": [
"./source/wp-content/themes/wporg",
"./source/wp-content/themes/wporg-parent-2021",
"./source/wp-content/themes/wporg-themes",
"./source/wp-content/themes/wporg-themes-2024"
],
"mappings": {
"env": "./env",
"wp-content/mu-plugins": "./source/wp-content/mu-plugins",
"wp-content/mu-plugins/0-sandbox.php": "./env/0-sandbox.php",
"wp-cli.local.yml": "./wp-cli.local.yml"
}
}