Browse Source

updated drupal/core-recommended to 9.1.9

bach 2 years ago
parent
commit
8920b885f4
3 changed files with 301 additions and 108 deletions
  1. 1 1
      src/composer.json
  2. 287 107
      src/composer.lock
  3. 13 0
      src/config/sync/views.view.glossary.yml

+ 1 - 1
src/composer.json

@@ -29,7 +29,7 @@
         "drupal/typed_data": "1.x-dev@dev",
         "drupal/views_autocomplete_filters": "^1.3",
         "kint-php/kint": "^3.3",
-        "wikimedia/composer-merge-plugin": "^1.4"
+        "wikimedia/composer-merge-plugin": "^2.0"
     },
     "conflict": {
         "drupal/drupal": "*"

File diff suppressed because it is too large
+ 287 - 107
src/composer.lock


+ 13 - 0
src/config/sync/views.view.glossary.yml

@@ -352,6 +352,19 @@ display:
           plugin_id: language
           entity_type: node
           entity_field: langcode
+        status:
+          expose:
+            operator: ''
+            operator_limit_selection: false
+            operator_list: {  }
+          field: status
+          group: 1
+          id: status
+          table: node_field_data
+          value: '1'
+          plugin_id: boolean
+          entity_type: node
+          entity_field: status
       display_extenders: {  }
     cache_metadata:
       contexts:

Some files were not shown because too many files changed in this diff