Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
a9e90f87
Commit
a9e90f87
authored
Feb 26, 2019
by
Eric Bremner
Browse files
Including libraries in installer tpyes and paths
parent
c6c8b2c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
a9e90f87
...
...
@@ -126,11 +126,12 @@
"extra"
:
{
"installer-types"
:
[
"wcms-module"
,
"wcms-theme"
"wcms-theme"
,
"libraries-module"
],
"installer-paths"
:
{
"../../core"
:
[
"type:drupal-core"
],
"../../libraries/{$name}"
:
[
"type:
drupal-library
"
],
"../../libraries/{$name}"
:
[
"type:
libraries-module
"
],
"modules/features/{$name}"
:
[
"type:wcms-module"
],
"modules/contrib/{$name}"
:
[
"type:drupal-module"
],
"themes/{$name}"
:
[
"type:wcms-theme"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment