File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 "merge-extra" : true ,
3333 "merge-extra-deep" : true ,
3434 "merge-scripts" : true
35+ },
36+ "installer-types" : [
37+ " openfed-ckeditor-plugin" ,
38+ " openfed-ckeditor-template" ,
39+ " simplesamlphp-module" ,
40+ " theme-library"
41+ ],
42+ "installer-paths" : {
43+ "docroot/core" : [
44+ " type:drupal-core"
45+ ],
46+ "docroot/libraries/{$name}" : [
47+ " type:drupal-library" ,
48+ " type:openfed-ckeditor-template" ,
49+ " type:theme-library"
50+ ],
51+ "docroot/modules/contrib/{$name}" : [
52+ " type:drupal-module"
53+ ],
54+ "docroot/profiles/contrib/{$name}" : [
55+ " type:drupal-profile"
56+ ],
57+ "docroot/themes/contrib/{$name}" : [
58+ " type:drupal-theme"
59+ ],
60+ "drush/contrib/{$name}" : [
61+ " type:drupal-drush"
62+ ],
63+ "docroot/libraries/ckeditor/plugins/{$name}" : [
64+ " type:openfed-ckeditor-plugin"
65+ ],
66+ "docroot/libraries/simplesamlphp/modules/{$name}" : [
67+ " type:simplesamlphp-module"
68+ ]
69+ },
70+ "drupal-scaffold" : {
71+ "locations" : {
72+ "web-root" : " ./docroot"
73+ }
3574 }
3675 },
3776 "config" : {
You can’t perform that action at this time.
0 commit comments