Fixed copy path and installer paths

This commit is contained in:
2026-03-06 10:39:13 +01:00
parent 538f85d7a2
commit 32f0ced18e
2 changed files with 3 additions and 3 deletions

View File

@@ -28,10 +28,10 @@
],
"extra": {
"installer-paths": {
"htdocs/wp-content/plugins/{$name}/": [
"html/wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"htdocs/wp-content/themes/{$name}/": [
"html/wp-content/themes/{$name}/": [
"type:wordpress-theme"
]
}