Skip to content

Commit

Permalink
fix: add installer paths for plugins and themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Jan 23, 2024
1 parent 070106c commit 905c8fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
],
"/var/www/html/wp-content/mu-plugins/{$name}": [
"type:wordpress-muplugin"
],
"/var/www/html/wp-content/plugins/{$name}": [
"type:wordpress-plugin"
],
"/var/www/html/wp-content/themes/{$name}": [
"type:wordpress-theme"
]
}
},
Expand Down

0 comments on commit 905c8fb

Please sign in to comment.