mirror of
https://gh.wpcy.net/https://github.com/WordPress/wordpress.org.git
synced 2026-05-01 06:55:00 +08:00
Props obenland. Closes https://github.com/WordPress/wordpress.org/pull/587. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14790 74240141-8908-4e6f-9713-ba540dce6ec7
30 lines
1 KiB
JSON
30 lines
1 KiB
JSON
{
|
|
"core": "WordPress/WordPress#master",
|
|
"phpVersion": "8.4",
|
|
"testsEnvironment": false,
|
|
"plugins": [
|
|
"../wordpress.org/public_html/wp-content/plugins/plugin-directory",
|
|
"https://downloads.wordpress.org/plugin/plugin-check.zip",
|
|
"https://downloads.wordpress.org/plugin/jetpack.zip"
|
|
],
|
|
"themes": [
|
|
"../wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024",
|
|
"WordPress/wporg-parent-2021#build"
|
|
],
|
|
"mappings": {
|
|
"wp-content/mu-plugins": "./mocks/mu-plugins",
|
|
"wp-content/mu-plugins/pub": "../wordpress.org/public_html/wp-content/mu-plugins/pub",
|
|
"wp-content/mu-plugins/wporg-mu-plugins": "WordPress/wporg-mu-plugins#build",
|
|
"wp-content/env-bin": "./plugin-directory/bin"
|
|
},
|
|
"lifecycleScripts": {
|
|
"afterStart": "bash plugin-directory/bin/after-start.sh"
|
|
},
|
|
"config": {
|
|
"WP_DEBUG": true,
|
|
"JETPACK_DEV_DEBUG": true,
|
|
"WP_TESTS_TITLE": "WordPress.org Plugins",
|
|
"GLOTPRESS_LOCALES_PATH": "/var/www/html/wp-content/mu-plugins/pub/locales/locales.php",
|
|
"PLUGINS_TABLE_PREFIX": "wp_"
|
|
}
|
|
}
|