Skip to content

Commit

Permalink
Opt-in in the Gutenberg environment
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 9, 2024
1 parent 50ea645 commit 95b6649
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"plugins": [ "." ],
"themes": [ "./test/emptytheme" ],
"env": {
"development": {
"phpmyadminPort": 9000
},
"tests": {
"mappings": {
"wp-content/plugins/gutenberg": ".",
Expand Down
7 changes: 6 additions & 1 deletion schemas/json/wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"description": "Mapping of WordPress directories to local directories to be mounted in the WordPress instance.",
"type": "object",
"default": {}
},
"phpmyadminPort": {
"description": "The port number to access phpMyAdmin.",
"type": "integer"
}
}
},
Expand All @@ -73,7 +77,8 @@
"themes",
"port",
"config",
"mappings"
"mappings",
"phpmyadminPort"
]
}
},
Expand Down

0 comments on commit 95b6649

Please sign in to comment.