Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ramonfincken
Created December 21, 2017 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramonfincken/3085273439cffe0a1eb2fbed93b06ced to your computer and use it in GitHub Desktop.
Save ramonfincken/3085273439cffe0a1eb2fbed93b06ced to your computer and use it in GitHub Desktop.
WordPress Composer multiple mu-plugins fix: composer.json (1 of 2)
"extra": {
"wordpress-install-dir": "web/wp",
"installer-paths": {
"web/app/plugins/{$name}": [
"type:wordpress-plugin"
],
"web/app/mu-plugins/{$name}": [
"type:wordpress-muplugin"
],
"web/app/themes/{$name}": [
"type:wordpress-theme"
]
},
"dropin-paths": {
"web/app/languages/": ["vendor:koodimonni-language"],
"web/app/languages/plugins/": ["vendor:koodimonni-plugin-language"],
"web/app/languages/themes/": ["vendor:koodimonni-theme-language"]
}
},
@ramonfincken
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment