Created
December 17, 2015 15:01
-
-
Save elipousson/99919f3c50dc6d938ea2 to your computer and use it in GitHub Desktop.
Example template for Variable VVV site blue print
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
{ | |
"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