-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.wp-env.json
24 lines (24 loc) · 967 Bytes
/
.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
{
"core": "WordPress/WordPress#master",
"phpVersion": "7.4",
"plugins": [ ],
"mappings": {
"wp-content": "./meta.git/wordpress.org/public_html/wp-content",
"wp-content/plugins/glotpress": "./glotpress.git",
"wp-content/themes/pub/wporg": "./meta.git/wordpress.org/public_html/wp-content/themes/pub/wporg",
"wp-content/themes/wporg-parent-2021": "./wporg-parent-2021.git/source/wp-content/themes/wporg-parent-2021",
"wp-content/mu-plugins/pub-sync": "./wporg-mu-plugins.git/mu-plugins",
"wp-content/mu-plugins/_loader.php": "./tmp/_loader.php",
"tmp": "./tmp",
"wp-cli.yml": "./wp-cli.yml",
".htaccess": "./.wp-env/.htaccess"
},
"config": {
"WP_ENVIRONMENT_TYPE": "local",
"WPORGPATH": "/var/www/html/wp-content/themes/pub/wporg/inc/",
"GP_URL_BASE": "/",
"GP_TMPL_PATH": "/var/www/html/wp-content/plugins/wporg-gp-customizations/templates/",
"FEATURE_2021_GLOBAL_HEADER_FOOTER": false,
"TRANSLATION_EVENTS_NEW_DESIGN": true
}
}