We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ea645 commit 95b6649Copy full SHA for 95b6649
.wp-env.json
@@ -4,6 +4,9 @@
4
"plugins": [ "." ],
5
"themes": [ "./test/emptytheme" ],
6
"env": {
7
+ "development": {
8
+ "phpmyadminPort": 9000
9
+ },
10
"tests": {
11
"mappings": {
12
"wp-content/plugins/gutenberg": ".",
schemas/json/wp-env.json
@@ -62,6 +62,10 @@
62
"description": "Mapping of WordPress directories to local directories to be mounted in the WordPress instance.",
63
"type": "object",
64
"default": {}
65
66
+ "phpmyadminPort": {
67
+ "description": "The port number to access phpMyAdmin.",
68
+ "type": "integer"
69
}
70
71
},
@@ -73,7 +77,8 @@
73
77
"themes",
74
78
"port",
75
79
"config",
76
- "mappings"
80
+ "mappings",
81
+ "phpmyadminPort"
82
]
83
84
0 commit comments