Skip to content

Instantly share code, notes, and snippets.

@tfirdaus
Created February 29, 2016 07:36
Show Gist options
  • Save tfirdaus/d96edc74740a1f61176f to your computer and use it in GitHub Desktop.
Save tfirdaus/d96edc74740a1f61176f to your computer and use it in GitHub Desktop.
VV Blueprints
{
"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