Skip to content
Snippets Groups Projects
Commit fb99d606 authored by Adam G-H's avatar Adam G-H
Browse files

Remove core search from the Drupal CMS recipe

parent 59b48509
Branches
Tags
1 merge request!34Remove core search from the Drupal CMS recipe
Pipeline #262699 passed
...@@ -3,7 +3,6 @@ description: Applies all the basic Drupal CMS recipes. ...@@ -3,7 +3,6 @@ description: Applies all the basic Drupal CMS recipes.
type: Site type: Site
recipes: recipes:
- core/recipes/basic_block_type - core/recipes/basic_block_type
- core/recipes/content_search
- core/recipes/core_recommended_performance - core/recipes/core_recommended_performance
# Put drupal_cms_admin_theme before core_recommended_front_end_theme to # Put drupal_cms_admin_theme before core_recommended_front_end_theme to
# prevent blocks from the front-end theme being copied into the admin # prevent blocks from the front-end theme being copied into the admin
...@@ -49,8 +48,6 @@ install: ...@@ -49,8 +48,6 @@ install:
- views_ui - views_ui
config: config:
import: import:
help:
- search.page.help_search
image: image:
- image.style.large - image.style.large
- image.style.thumbnail - image.style.thumbnail
...@@ -64,14 +61,11 @@ config: ...@@ -64,14 +61,11 @@ config:
olivero: olivero:
- block.block.olivero_breadcrumbs - block.block.olivero_breadcrumbs
- block.block.olivero_help - block.block.olivero_help
- block.block.olivero_search_form_narrow
- block.block.olivero_search_form_wide
- block.block.olivero_syndicate - block.block.olivero_syndicate
shortcut: shortcut:
- shortcut.set.default - shortcut.set.default
user: user:
- core.entity_view_mode.user.compact - core.entity_view_mode.user.compact
- search.page.user_search
- views.view.user_admin_people - views.view.user_admin_people
- views.view.who_s_new - views.view.who_s_new
- views.view.who_s_online - views.view.who_s_online
...@@ -126,13 +120,11 @@ config: ...@@ -126,13 +120,11 @@ config:
- 'access shortcuts' - 'access shortcuts'
- 'access user profiles' - 'access user profiles'
- 'delete own files' - 'delete own files'
- 'use advanced search'
- 'view own unpublished content' - 'view own unpublished content'
user.role.anonymous: user.role.anonymous:
grantPermissions: grantPermissions:
# We assume all published content should be accessible and searchable. # We assume all published content should be accessible/
- 'access content' - 'access content'
- 'use advanced search'
user.settings: user.settings:
simple_config_update: simple_config_update:
verify_mail: true verify_mail: true
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"drupal/core": ">=10.3", "drupal/core": ">=10.3",
"drupal/geocoder": "^4.10", "drupal/geocoder": "^4.10",
"drupal/geofield": "^1.47", "drupal/geofield": "^1.47",
"drupal/leaflet": "^10.2.24", "drupal/leaflet": "^10.2.25",
"drupal/metatag": "^2.0", "drupal/metatag": "^2.0",
"drupal/pathauto": "^1.13", "drupal/pathauto": "^1.13",
"geocoder-php/nominatim-provider": "^5.7" "geocoder-php/nominatim-provider": "^5.7"
......
...@@ -7,9 +7,6 @@ ...@@ -7,9 +7,6 @@
"cweagans/composer-patches": "^2", "cweagans/composer-patches": "^2",
"drupal/core": "^10.3" "drupal/core": "^10.3"
}, },
"conflict": {
"drupal/leaflet": "<10.2.24"
},
"extra": { "extra": {
"patches": { "patches": {
"drupal/core": { "drupal/core": {
...@@ -19,9 +16,6 @@ ...@@ -19,9 +16,6 @@
"Ensure core recipes that affect user roles also install the User module": "https://www.drupal.org/files/issues/2024-08-09/core-recipes-user-import.patch", "Ensure core recipes that affect user roles also install the User module": "https://www.drupal.org/files/issues/2024-08-09/core-recipes-user-import.patch",
"#3416357: Convert QueueFactory to use a service locator": "https://www.drupal.org/files/issues/2024-08-09/3416357-10.3.x-only.patch", "#3416357: Convert QueueFactory to use a service locator": "https://www.drupal.org/files/issues/2024-08-09/3416357-10.3.x-only.patch",
"Allow the command-line installer to auto-select distributions": "https://www.drupal.org/files/issues/2024-08-12/core-install-command-allow-distributions.patch" "Allow the command-line installer to auto-select distributions": "https://www.drupal.org/files/issues/2024-08-12/core-install-command-allow-distributions.patch"
},
"drupal/leaflet": {
"#3469226 Remove unnecessary weight key from settings": "https://www.drupal.org/files/issues/2024-08-20/leaflet-remove_weight_key-3469226-3.patch"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment