2
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2026-03-02 13:13:30 +08:00
hello-theme/.wp-env.json

21 lines
No EOL
500 B
JSON

{
"core": null,
"phpVersion": "8.1",
"plugins": [
"https://downloads.wordpress.org/plugin/elementor.latest-stable.zip"
],
"themes": [
"./"
],
"mappings": {
"hello-elementor-config": "./tests/wp-env/config"
},
"config": {
"ELEMENTOR_SHOW_HIDDEN_EXPERIMENTS": true,
"SCRIPT_DEBUG": false,
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": false,
"HELLO_THEME_VERSION": "3.4.4"
}
}