Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
d704435d
Commit
d704435d
authored
Mar 04, 2021
by
Chris Shantz
Browse files
Added types and paths back in, changing the paths.
parent
438aed03
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
d704435d
...
...
@@ -188,6 +188,20 @@
"composer.webform.libraries.json"
]
},
"installer-types"
:
[
"wcms-module"
,
"wcms-theme"
,
"wcms-lib"
,
"drupal-library"
],
"installer-paths"
:
{
"../../core"
:
[
"type:drupal-core"
],
"../../libraries/{$name}"
:
[
"type:wcms-lib"
,
"type:drupal-library"
],
"../../modules/features/{$name}"
:
[
"type:wcms-module"
],
"../../modules/contrib/{$name}"
:
[
"type:drupal-module"
],
"../../themes/{$name}"
:
[
"type:wcms-theme"
]
},
"enable-patching"
:
true
,
"composer-exit-on-patch-failure"
:
true
,
"patches"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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