Quellcode durchsuchen

updated config files

Bachir Soussi Chiadmi vor 4 Jahren
Ursprung
Commit
89ed887c14

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

@@ -68,7 +68,6 @@ module:
   linkit: 0
   locale: 0
   maillog: 0
-  matomo: 0
   menu_ui: 0
   metatag: 0
   migrate: 0

+ 0 - 4
config/sync/language/en/views.view.profiles.yml

@@ -21,7 +21,3 @@ display:
           exception:
             title: All
       title: Profiles
-  profile_type_listing:
-    display_title: 'Profile type listing'
-  user_view:
-    display_title: 'User view'

+ 0 - 60
config/sync/matomo.settings.yml

@@ -1,60 +0,0 @@
-site_id: '1'
-url_http: 'https://analytics.figureslibres.io/'
-url_https: 'https://analytics.figureslibres.io/'
-domain_mode: 1
-visibility:
-  request_path_mode: 0
-  request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*"
-  user_role_mode: 0
-  user_role_roles: {  }
-  user_account_mode: 0
-track:
-  mailto: true
-  files: true
-  files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
-  colorbox: true
-  userid: false
-  messages:
-    status: status
-    warning: warning
-    error: error
-  site_search: false
-privacy:
-  donottrack: true
-custom:
-  variable:
-    1:
-      name: ''
-      value: ''
-      scope: visit
-      slot: 1
-    2:
-      name: ''
-      value: ''
-      scope: visit
-      slot: 2
-    3:
-      name: ''
-      value: ''
-      scope: visit
-      slot: 3
-    4:
-      name: ''
-      value: ''
-      scope: visit
-      slot: 4
-    5:
-      name: ''
-      value: ''
-      scope: visit
-      slot: 5
-codesnippet:
-  before: ''
-  after: ''
-translation_set: false
-cache: true
-page_title_hierarchy: false
-page_title_hierarchy_exclude_home: true
-_core:
-  default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY
-langcode: fr

+ 1 - 1
config/sync/system.action.profile_delete_action.yml

@@ -9,5 +9,5 @@ _core:
 id: profile_delete_action
 label: 'Delete selected profile'
 type: profile
-plugin: profile_delete_action
+plugin: 'entity:delete_action:profile'
 configuration: {  }

+ 1 - 1
config/sync/system.action.profile_publish_action.yml

@@ -9,5 +9,5 @@ _core:
 id: profile_publish_action
 label: 'Publish selected profile'
 type: profile
-plugin: profile_publish_action
+plugin: 'entity:publish_action:profile'
 configuration: {  }

+ 1 - 1
config/sync/system.action.profile_unpublish_action.yml

@@ -9,5 +9,5 @@ _core:
 id: profile_unpublish_action
 label: 'Unpublish selected profile'
 type: profile
-plugin: profile_unpublish_action
+plugin: 'entity:unpublish_action:profile'
 configuration: {  }

+ 2 - 2
config/sync/system.performance.yml

@@ -2,7 +2,7 @@ cache:
   page:
     max_age: 0
 css:
-  preprocess: false
+  preprocess: true
   gzip: true
 fast_404:
   enabled: true
@@ -10,7 +10,7 @@ fast_404:
   exclude_paths: '/\/(?:styles|imagecache)\//'
   html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
 js:
-  preprocess: false
+  preprocess: true
   gzip: true
 stale_file_threshold: 2592000
 _core:

+ 1 - 1
config/sync/toolbar_themes.settings.yml

@@ -1,4 +1,4 @@
-default_theme: toolbar_seven
+default_theme: toolbar_admin_menu
 icons: 0
 tabs: 0
 _core:

+ 49 - 78
config/sync/views.view.profiles.yml

@@ -1,13 +1,11 @@
 uuid: ecb1909a-9cc2-4579-bfd3-7e0c8b38ea40
-langcode: fr
+langcode: en
 status: true
 dependencies:
   module:
     - profile
-_core:
-  default_config_hash: YD0hw-cg1_R36IQ1hO2vQlrhYAQqM7kF6mw3hFGrwI8
 id: profiles
-label: Profils
+label: Profiles
 module: views
 description: ''
 tag: ''
@@ -171,10 +169,51 @@ display:
           entity_type: profile
           plugin_id: entity_operations
       filters: {  }
-      sorts: {  }
+      sorts:
+        is_default:
+          id: is_default
+          table: profile
+          field: is_default
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          expose:
+            label: ''
+          entity_type: profile
+          entity_field: is_default
+          plugin_id: standard
+        profile_id:
+          id: profile_id
+          table: profile
+          field: profile_id
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: DESC
+          exposed: false
+          expose:
+            label: ''
+          entity_type: profile
+          entity_field: profile_id
+          plugin_id: standard
       header: {  }
       footer: {  }
-      empty: {  }
+      empty:
+        area:
+          id: area
+          table: views
+          field: area
+          relationship: none
+          group_type: group
+          admin_label: ''
+          empty: true
+          tokenize: false
+          content:
+            value: 'There are no profiles yet.'
+            format: basic_html
+          plugin_id: text
       relationships: {  }
       arguments:
         uid:
@@ -293,17 +332,17 @@ display:
           entity_field: status
           plugin_id: numeric
       display_extenders: {  }
-      title: Profils
+      title: Profiles
     cache_metadata:
       max-age: -1
       contexts:
         - 'languages:language_interface'
         - url
       tags: {  }
-  profile_type_listing:
+  user_page:
     display_plugin: embed
-    id: profile_type_listing
-    display_title: 'Profile type listing'
+    id: user_page
+    display_title: 'User page'
     position: 1
     display_options:
       display_extenders: {  }
@@ -314,71 +353,3 @@ display:
         - 'languages:language_interface'
         - url
       tags: {  }
-  user_view:
-    display_plugin: embed
-    id: user_view
-    display_title: 'Voir l''utilisateur'
-    position: 2
-    display_options:
-      display_extenders: {  }
-      fields:
-        rendered_entity:
-          id: rendered_entity
-          table: profile
-          field: rendered_entity
-          relationship: none
-          group_type: group
-          admin_label: ''
-          label: ''
-          exclude: false
-          alter:
-            alter_text: false
-            text: ''
-            make_link: false
-            path: ''
-            absolute: false
-            external: false
-            replace_spaces: false
-            path_case: none
-            trim_whitespace: false
-            alt: ''
-            rel: ''
-            link_class: ''
-            prefix: ''
-            suffix: ''
-            target: ''
-            nl2br: false
-            max_length: 0
-            word_boundary: true
-            ellipsis: true
-            more_link: false
-            more_link_text: ''
-            more_link_path: ''
-            strip_tags: false
-            trim: false
-            preserve_tags: ''
-            html: false
-          element_type: ''
-          element_class: ''
-          element_label_type: ''
-          element_label_class: ''
-          element_label_colon: false
-          element_wrapper_type: ''
-          element_wrapper_class: ''
-          element_default_classes: true
-          empty: ''
-          hide_empty: false
-          empty_zero: false
-          hide_alter_empty: true
-          view_mode: default
-          entity_type: profile
-          plugin_id: rendered_entity
-      defaults:
-        fields: false
-      display_description: ''
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_interface'
-        - url
-      tags: {  }