fixed home duplicate, patched autocomplete deluxe for placeholder message
This commit is contained in:
+7
-1
@@ -21,6 +21,7 @@
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/auto_entitylabel": "^3.4",
|
||||
"drupal/autocomplete_deluxe": "^2.1",
|
||||
"drupal/cer": "^5.0@beta",
|
||||
"drupal/config_ignore": "^3.4",
|
||||
"drupal/core-composer-scaffold": "^10.6",
|
||||
@@ -115,7 +116,7 @@
|
||||
],
|
||||
"post-create-project-cmd-message": [
|
||||
"<bg=blue;fg=white> </>",
|
||||
"<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
|
||||
"<bg=blue;fg=white> Congratulations, you\u2019ve installed the Drupal codebase </>",
|
||||
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
|
||||
"<bg=blue;fg=white> </>",
|
||||
"",
|
||||
@@ -136,6 +137,11 @@
|
||||
"recurse": true,
|
||||
"replace": false,
|
||||
"merge-extra": true
|
||||
},
|
||||
"patches": {
|
||||
"drupal/autocomplete_deluxe": {
|
||||
"Display no_empty_message as permanent help text (https://www.drupal.org/project/autocomplete_deluxe/issues/3011492)": "patches/autocomplete_deluxe/no-empty-message-as-help-text.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user