Created
February 29, 2016 07:36
-
-
Save tfirdaus/d96edc74740a1f61176f to your computer and use it in GitHub Desktop.
VV Blueprints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dev-plugin":{ | |
"mu_plugins":[ | |
{ | |
"location":"https://github.com/norcross/airplane-mode.git" | |
}, | |
{ | |
"location":"https://github.com/explodybits/hookr-plugin/" | |
} | |
], | |
"plugins":[ | |
{ | |
"location":"query-monitor", | |
"version":null, | |
"force":false, | |
"activate":true, | |
"activate_network":false | |
}, | |
{ | |
"location":"user-switching", | |
"version":null, | |
"force":false, | |
"activate":false, | |
"activate_network":false | |
}, | |
{ | |
"location":"query-monitor-extension-checking-variables", | |
"version":null, | |
"force":false, | |
"activate":true, | |
"activate_network":false | |
}, | |
{ | |
"location":"user-role-editor", | |
"version":null, | |
"force":false, | |
"activate":false, | |
"activate_network":false | |
} | |
], | |
"defines":[ | |
"WP_CACHE::false", | |
"SCRIPT_DEBUG::true", | |
"JETPACK_DEV_DEBUG::true", | |
"WP_FS__DEV_MODE::true" | |
] | |
}, | |
"dev-woocommerce":{ | |
"mu_plugins":[ | |
{ | |
"location":"https://github.com/norcross/airplane-mode.git" | |
}, | |
{ | |
"location":"https://github.com/explodybits/hookr-plugin/" | |
} | |
], | |
"plugins":[ | |
{ | |
"location":"query-monitor", | |
"version":null, | |
"force":false, | |
"activate":true, | |
"activate_network":false | |
}, | |
{ | |
"location":"user-switching", | |
"version":null, | |
"force":false, | |
"activate":false, | |
"activate_network":false | |
}, | |
{ | |
"location":"query-monitor-extension-checking-variables", | |
"version":null, | |
"force":false, | |
"activate":false, | |
"activate_network":false | |
}, | |
{ | |
"location":"woofakepay", | |
"version":null, | |
"force":false, | |
"activate":false, | |
"activate_network":false | |
}, | |
{ | |
"location":"user-role-editor", | |
"version":null, | |
"force":false, | |
"activate":false, | |
"activate_network":false | |
} | |
], | |
"defines":[ | |
"WP_CACHE::false", | |
"SCRIPT_DEBUG::true", | |
"JETPACK_DEV_DEBUG::true", | |
"WP_FS__DEV_MODE::true" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment