Skip to content
Snippets Groups Projects
Commit 38bc6ed9 authored by ale's avatar ale
Browse files

Put all files in /wp-core/

parent 8395cabe
Branches
Tags
No related merge requests found
......@@ -128,16 +128,16 @@
"wpackagist-plugin/more-privacy-options",
"wpackagist-plugin/disable-emojis",
"type:wordpress-muplugin"],
"app/wp-root/{$name}": ["type:wordpress-dropin"],
"app/wp-root/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"app/wp-root/wp-content/themes/{$name}/": ["type:wordpress-theme"],
"app/wp-root/wp-includes/js/{$name}/": ["type:npm-asset", "type:bower-asset"]
"app/wp-core/{$name}": ["type:wordpress-dropin"],
"app/wp-core/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"app/wp-core/wp-content/themes/{$name}/": ["type:wordpress-theme"],
"app/wp-core/wp-includes/js/{$name}/": ["type:npm-asset", "type:bower-asset"]
},
"wordpress-language-dir": "app/wp-root/wp-content/languages/",
"wordpress-language-dir": "app/wp-core/wp-content/languages/",
"wordpress-languages": ["ar", "ca","cy","da_DK","de_DE","el", "en_GB", "es_ES","fi","fr_FR", "it_IT","ja", "nl_NL", "nn_NO","pt_PT","ru_RU","sk_SK", "sv_SE", "ro_RO"],
"patches-file": "composer.patches.json",
"dropin-paths": {
"app/wp-root/wp-content/mu-plugins" : [
"app/wp-core/wp-content/mu-plugins" : [
"package:wpackagist-plugin/disable-wordpress-updates:disable-updates.php",
"package:wpackagist-plugin/wpmu-new-blog-defaults:cets_blog_defaults.php",
"package:wpackagist-plugin/more-privacy-options:ds_wp3_private_blog.php",
......@@ -145,11 +145,11 @@
"package:noblogs/ai-mu-plugins:embed.php,remove-password-change-notification.php,send-smtp-email.php",
"package:noblogs/noblogs-wp-ssl:noblogs-wp-ssl.php"
],
"app/wp-root/wp-content/themes" : [
"app/wp-core/wp-content/themes" : [
"package:noblogs/themes-child"
],
"app/wp-root/wp-content": ["package:wpackagist-plugin/hyperdb:db.php", "package:wpackagist-plugin/wp-super-cache:advanced-cache.php"],
"app/wp-root": ["package:noblogs/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"]
"app/wp-core/wp-content": ["package:wpackagist-plugin/hyperdb:db.php", "package:wpackagist-plugin/wp-super-cache:advanced-cache.php"],
"app/wp-core": ["package:noblogs/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment