Last active
August 29, 2015 14:18
-
-
Save samueljon/d215b6d93ef6b5d4de1a to your computer and use it in GitHub Desktop.
How to write an Drupal 7 installation profile - https://www.drupal.org/node/1022020
This file contains 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
name = My Bootstrap Profile | |
description = Description of what the profile does. | |
core = 7.x | |
; Optional: Mark your installation profile as exclusive, so that the installer | |
; will auto-select it. | |
exclusive = true | |
dependencies[] = block | |
dependencies[] = color | |
dependencies[] = comment | |
dependencies[] = contextual | |
dependencies[] = dashboard | |
dependencies[] = help | |
dependencies[] = image | |
dependencies[] = list | |
dependencies[] = menu | |
dependencies[] = number | |
dependencies[] = options | |
dependencies[] = path | |
dependencies[] = taxonomy | |
dependencies[] = dblog | |
dependencies[] = search | |
dependencies[] = shortcut | |
dependencies[] = toolbar | |
dependencies[] = overlay | |
dependencies[] = field_ui | |
dependencies[] = file | |
dependencies[] = rdf | |
; My Modifications | |
; Themes | |
projects[] = ember | |
; Modules | |
; HTML5 <picture> element support | |
projects[] = picture | |
projects[] = breakpoints | |
; WYSIWYG | |
projects[] = ckeditor | |
; Responsive Navbar | |
projects[] = navbar | |
projects[] = libraries | |
; Backup and Feature configuration management | |
projects[] = features | |
projects[] = strongarm | |
projects[] = backup_migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment