瀏覽代碼

updated H I J K L modules

bach 8 月之前
父節點
當前提交
5da3c996e4
共有 5 個文件被更改,包括 241 次插入290 次删除
  1. 2 2
      composer.json
  2. 219 269
      composer.lock
  3. 1 0
      config/sync/core.extension.yml
  4. 18 18
      config/sync/language/fr/views.view.locked_content.yml
  5. 1 1
      web/profiles/d8-starterkit-profile

+ 2 - 2
composer.json

@@ -119,7 +119,7 @@
         "drupal/jsonrpc": "^2.0",
         "drupal/login_destination": "^2.x-dev@dev",
         "drupal/login_history": "^1.x-dev",
-        "drupal/login_tracker": "^1.4",
+        "drupal/login_tracker": "^2.0",
         "drupal/mailgun": "^1.x-dev",
         "drupal/mailjet": "3.0.x-dev@dev",
         "drupal/mailsystem": "^4.1",
@@ -194,7 +194,7 @@
     "config": {
         "sort-packages": true,
         "platform": {
-          "php": "7.4"
+          "php": "8.1"
         },
         "discard-changes": true,
         "allow-plugins": {

文件差異過大導致無法顯示
+ 219 - 269
composer.lock


+ 1 - 0
config/sync/core.extension.yml

@@ -122,6 +122,7 @@ module:
   language: 0
   link: 0
   link_attributes: 0
+  link_attributes_menu_link_content: 0
   linkit: 0
   locale: 0
   login_history: 0

+ 18 - 18
config/sync/language/fr/views.view.locked_content.yml

@@ -2,24 +2,6 @@ display:
   default:
     display_title: Principal
     display_options:
-      exposed_form:
-        options:
-          submit_button: Appliquer
-          reset_button_label: Réinitialiser
-          exposed_sorts_label: 'Trier par'
-          sort_asc_label: Asc
-          sort_desc_label: Desc
-      pager:
-        options:
-          tags:
-            previous: ‹‹
-            next: ››
-            first: '« Premier'
-            last: 'Dernier »'
-          expose:
-            items_per_page_label: 'Éléments par page'
-            items_per_page_options_all_label: '- Tout -'
-            offset_label: Décalage
       fields:
         title:
           label: Titre
@@ -33,6 +15,24 @@ display:
           separator: ', '
         operations:
           label: Actions
+      pager:
+        options:
+          tags:
+            next: ››
+            previous: ‹‹
+            first: '« Premier'
+            last: 'Dernier »'
+          expose:
+            items_per_page_label: 'Éléments par page'
+            items_per_page_options_all_label: '- Tout -'
+            offset_label: Décalage
+      exposed_form:
+        options:
+          submit_button: Appliquer
+          reset_button_label: Réinitialiser
+          exposed_sorts_label: 'Trier par'
+          sort_asc_label: Asc
+          sort_desc_label: Desc
       filters:
         status:
           expose:

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 1456ea540f5ff11b1f946a46285e8e059810ea95
+Subproject commit 8ab64cf24bae8878b64c865c2b787bd2d7101efc

部分文件因文件數量過多而無法顯示