config files

This commit is contained in:
2024-09-16 22:17:50 +02:00
parent d3d12e33fb
commit 986605c2aa
4 changed files with 84 additions and 61 deletions
+27 -6
View File
@@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- context
- domain - domain
- edlp_corpus - edlp_corpus
- system - system
@@ -20,6 +21,32 @@ settings:
provider: edlp_corpus provider: edlp_corpus
label_display: '0' label_display: '0'
visibility: visibility:
request_path:
id: request_path
pages: '<front>'
negate: false
context_mapping: { }
user_status:
id: user_status
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
context_all:
id: context_all
values: ''
negate: null
context_mapping: { }
context:
id: context
values: ''
negate: null
context_mapping: { }
domain: domain:
id: domain id: domain
domains: domains:
@@ -27,10 +54,4 @@ visibility:
expo_encyclopediedelaparole_org: expo_encyclopediedelaparole_org expo_encyclopediedelaparole_org: expo_encyclopediedelaparole_org
negate: false negate: false
context_mapping: context_mapping:
'entity:domain': '@domain.current_domain_context:entity:domain'
domain: '@domain.current_domain_context:domain' domain: '@domain.current_domain_context:domain'
request_path:
id: request_path
pages: '<front>'
negate: false
context_mapping: { }
+3 -1
View File
@@ -5,7 +5,9 @@ error_handlers:
rebuild_theme: false rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt' debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails' debug_mail_directory: 'temporary://devel-mails'
devel_dumper: kint devel_dumper: default
_core: _core:
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
langcode: fr langcode: fr
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: false
@@ -1,8 +1,17 @@
label: 'Maillog overview'
display: display:
default: default:
display_title: Master
display_options: display_options:
fields:
idmaillog:
label: '#'
sent_date:
label: Date
subject:
label: Subject
header_from:
label: From
header_to:
label: To
exposed_form: exposed_form:
options: options:
submit_button: Apply submit_button: Apply
@@ -21,23 +30,14 @@ display:
next: 'next ' next: 'next '
first: '« first' first: '« first'
last: 'last »' last: 'last »'
fields:
idmaillog:
label: '#'
sent_date:
label: Date
subject:
label: Subject
header_from:
label: From
header_to:
label: To
title: 'Maillog overview' title: 'Maillog overview'
empty: empty:
area_text_custom: area_text_custom:
content: 'There are no mail logs in the database.' content: 'There are no mail logs in the database.'
display_title: Master
page_1: page_1:
display_title: Page display_title: Page
display_options: display_options:
menu: menu:
title: Maillog title: Maillog
label: 'Maillog overview'
+41 -41
View File
@@ -183,49 +183,12 @@ datasource_settings:
- en - en
- fr - fr
processor_settings: processor_settings:
ignorecase:
all_fields: true
fields:
- body
- field_description
- field_genres
- field_langues
- field_synonyms
- field_transcript_trad
- field_transcript_vo
- field_workflow
- langcode
- language_with_fallback
- name
- title
weights:
preprocess_index: -20
preprocess_query: -20
add_url: { } add_url: { }
tokenizer: aggregated_field: { }
all_fields: true
fields:
- body
- field_description
- field_genres
- field_langues
- field_synonyms
- field_transcript_trad
- field_transcript_vo
- name
- title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights:
preprocess_index: -6
preprocess_query: -6
entity_status: { }
reverse_entity_references: { }
rendered_item: { }
content_access: content_access:
weights: weights:
preprocess_query: -30 preprocess_query: -30
entity_status: { }
html_filter: html_filter:
all_fields: false all_fields: false
fields: fields:
@@ -244,7 +207,7 @@ processor_settings:
weights: weights:
preprocess_index: -15 preprocess_index: -15
preprocess_query: -15 preprocess_query: -15
transliteration: ignorecase:
all_fields: true all_fields: true
fields: fields:
- body - body
@@ -263,7 +226,44 @@ processor_settings:
preprocess_index: -20 preprocess_index: -20
preprocess_query: -20 preprocess_query: -20
language_with_fallback: { } language_with_fallback: { }
aggregated_field: { } rendered_item: { }
reverse_entity_references: { }
tokenizer:
all_fields: true
fields:
- body
- field_description
- field_genres
- field_langues
- field_synonyms
- field_transcript_trad
- field_transcript_vo
- name
- title
spaces: ''
overlap_cjk: 1
minimum_word_size: '3'
weights:
preprocess_index: -6
preprocess_query: -6
transliteration:
all_fields: true
fields:
- body
- field_description
- field_genres
- field_langues
- field_synonyms
- field_transcript_trad
- field_transcript_vo
- field_workflow
- langcode
- language_with_fallback
- name
- title
weights:
preprocess_index: -20
preprocess_query: -20
tracker_settings: tracker_settings:
default: default:
indexing_order: lifo indexing_order: lifo