Skip to content

Commit 95b6649

Browse files
committed
Opt-in in the Gutenberg environment
1 parent 50ea645 commit 95b6649

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.wp-env.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"plugins": [ "." ],
55
"themes": [ "./test/emptytheme" ],
66
"env": {
7+
"development": {
8+
"phpmyadminPort": 9000
9+
},
710
"tests": {
811
"mappings": {
912
"wp-content/plugins/gutenberg": ".",

schemas/json/wp-env.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
"description": "Mapping of WordPress directories to local directories to be mounted in the WordPress instance.",
6363
"type": "object",
6464
"default": {}
65+
},
66+
"phpmyadminPort": {
67+
"description": "The port number to access phpMyAdmin.",
68+
"type": "integer"
6569
}
6670
}
6771
},
@@ -73,7 +77,8 @@
7377
"themes",
7478
"port",
7579
"config",
76-
"mappings"
80+
"mappings",
81+
"phpmyadminPort"
7782
]
7883
}
7984
},

0 commit comments

Comments
 (0)