Created
June 28, 2010 17:57
-
-
Save bmann/456152 to your computer and use it in GitHub Desktop.
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
; from http://www.lullabot.com/articles/wysiwyg-feature | |
; DRUPAL VERSION | |
core = 6.x | |
; CORE MODULES | |
projects[] = drupal | |
projects[views][subdir] = "contrib" | |
; FILE HANDLING | |
projects[imagecache][subdir] = "contrib" | |
projects[imageapi][subdir] = "contrib" | |
projects[transliteration][subdir] = "contrib" | |
projects[image_resize_filter][subdir] = "contrib" | |
projects[imagebrowser][subdir] = "contrib" | |
projects[imagebrowser][version] = '2.x-dev' | |
; FEATURES | |
projects[features][subdir] = "contrib" | |
projects[strongarm][subdir] = "contrib" | |
projects[ctools][subdir] = "contrib" | |
projects[input_formats][subdir] = "contrib" | |
; WYSIWYG | |
projects[wysiwyg][subdir] = "contrib" | |
; Add a patch to make wysiwyg exportable. | |
projects[wysiwyg][patch][] = "http://drupal.org/files/issues/wysiwyg-624018-ctools-export-input-formats-2.patch" | |
; LIBRARIES | |
projects[libraries][subdir] = "contrib" | |
projects[jquery_ui][subdir] = "contrib" | |
; TinyMCE | |
libraries[tinymce][download][type] = "get" | |
libraries[tinymce][download][url] = "http://downloads.sourceforge.net/project/tinymce/TinyMCE/3.2.7/tinymce_3_2_7.zip" | |
libraries[tinymce][directory_name] = "tinymce" | |
; jQuery UI | |
libraries[jquery_ui][download][type] = "get" | |
;libraries[jquery_ui][download][url] = "http://jquery-ui.googlecode.com/files/jquery-ui-1.7.3.zip" | |
libraries[jquery_ui][download][url] = "http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip" | |
libraries[jquery_ui][directory_name] = "jquery.ui" | |
libraries[jquery_ui][destination] = "modules/contrib/jquery_ui" |
Because it's not my feature. I'm likely going to use it / modify it, so I posted it here to make it easy to fork.
thanks! I commented on the article about this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why not add the zip file of the feature here, so you can make this and it will have everything you need