Skip to content

Instantly share code, notes, and snippets.

@btopro
Forked from AndrewGearhart/d7adminrubik.drecipe
Last active August 29, 2015 14:16
Show Gist options
  • Save btopro/d981cfeac1121c30ea86 to your computer and use it in GitHub Desktop.
Save btopro/d981cfeac1121c30ea86 to your computer and use it in GitHub Desktop.
{
"name": "Drupal 7 Admin Page - Rubik",
"drush_recipes_api": "1.0",
"weight": "0",
"core": "7",
"recipe": [
{
"command": "pm-enable",
"arguments": [
"tao,rubik",
"-y"
]
},
{
"command": "variable-set",
"arguments": [
"admin_theme",
"rubik"
]
},
{
"command": "variable-set",
"arguments": [
"node_admin_theme",
"TRUE"
]
},
{
"command": "cc",
"arguments": [
"all"
]
}
],
"metadata": {
"type": "add-on",
"version": "1.0",
"author": "AndrewGearhart",
"description": "Sets the admin pages to use the Rubik theme"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment