Skip to content

Instantly share code, notes, and snippets.

@elipousson
Created December 17, 2015 15:01
Show Gist options
  • Save elipousson/99919f3c50dc6d938ea2 to your computer and use it in GitHub Desktop.
Save elipousson/99919f3c50dc6d938ea2 to your computer and use it in GitHub Desktop.
Example template for Variable VVV site blue print
{
"sample": {
"themes": [
{
"location": "automattic/_s",
"activate": true
}
],
"mu_plugins": [
{
"location": "https://github.com/WebDevStudios/WDS-Required-Plugins.git"
}
],
"plugins": [
{
"location": "https://github.com/clef/wordpress/archive/master.zip",
"version": null,
"force": false,
"activate": true,
"activate_network": false
},
{
"location": "cmb2",
"version": "2.0.5",
"force": false,
"activate": true,
"activate_network": false
},
],
"options": [
"current_theme::_s"
],
"demo_content": [
"link::https://raw.githubusercontent.com/manovotny/wptest/master/wptest.xml"
],
"defines": [
"WP_CACHE::false"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment