-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.make
More file actions
19 lines (16 loc) · 795 Bytes
/
example.make
File metadata and controls
19 lines (16 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; example makefile
; ----------------
; See: https://github.com/drush-ops/drush/blob/8.x/examples/example.make
core = 7.x
api = 2
projects[drupal][version] = 7.55
projects[drupal][overwrite] = TRUE
projects[entity][version] = 1.8
projects[entityreference][version] = 1.5
; Patch makes entityreference work with entity_embed (https://www.drupal.org/node/2903245)
projects[entityreference][patch][2903245-1][url] = https://www.drupal.org/files/issues/handle-entity-embed-2903245-1.patch
projects[file_entity][version] = 2.0-beta3
projects[editor][version] = 1.0-alpha7
projects[entity_embed][version] = 3.x-dev
; Patch fixes data-align filter (https://www.drupal.org/node/2831939)
projects[entity_embed][patch][2831939-1][url] = "https://www.drupal.org/files/issues/data_align-2831939-1.patch"