forked from carletex/drupal-course-uz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cursodrupal.make
35 lines (27 loc) · 1.05 KB
/
cursodrupal.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
core = 7.x
api = 2
projects[views][version] = 3.13
projects[views][subdir] = contrib
#### Specific version
# projects[views] = 3.11
#### More data
#### Last version
# projects[views][]
# o
# projects[views][subdir] = contrib
#### Patches
# projects[nodequeue][subdir] = contrib
# projects[nodequeue][version] = 2.0-alpha1
# projects[nodequeue][patch][] = "http://drupal.org/files/issues/1023606-qid-to-name-6.patch"
# projects[nodequeue][patch][] = "http://drupal.org/files/issues/nodequeue_d7_autocomplete-872444-6.patch"
#### From custom
# projects[core_base][type] = "module"
# projects[core_base][subdir] = "features"
# projects[core_base][download][type] = "git"
# projects[core_base][download][url] = "[email protected]:miuser/mi-feature-base.git"
#### Externas libraries
# libraries[tinymce][download][type] = get
# libraries[tinymce][download][url] = http://download.ephox.com/tinymce/community/tinymce_4.3.13.zip
# libraries[tinymce][destination] = libraries
# DOC: https://www.drupal.org/node/1432374
# drush make <file> -y --contrib-destination --no-core