diff --git a/config/sync/views.view.base_de_donnees.yml b/config/sync/views.view.base_de_donnees.yml index 9cf2b33..741ad35 100644 --- a/config/sync/views.view.base_de_donnees.yml +++ b/config/sync/views.view.base_de_donnees.yml @@ -6,6 +6,7 @@ dependencies: - core.entity_view_mode.node.teaser - field.storage.node.body - field.storage.node.field_auteur_s_ + - field.storage.node.field_date_de_parution - field.storage.node.field_edition - field.storage.node.field_liens - field.storage.node.field_mots_clefs @@ -527,6 +528,69 @@ display: multi_type: separator separator: ', ' field_api_classes: false + field_date_de_parution: + id: field_date_de_parution + table: node__field_date_de_parution + field: field_date_de_parution + relationship: none + group_type: group + admin_label: '' + plugin_id: field + 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 + click_sort_column: value + type: datetime_plain + settings: + timezone_override: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false pager: type: none options: @@ -771,7 +835,7 @@ display: group_type: group admin_label: '' plugin_id: datetime - operator: '=' + operator: '>=' value: min: '' max: '' @@ -801,18 +865,42 @@ display: min_placeholder: '' max_placeholder: '' placeholder: '' - is_grouped: false + is_grouped: true group_info: - label: '' + label: Date description: '' - identifier: '' + identifier: field_date_de_parution_value optional: true widget: select multiple: false remember: false default_group: All default_group_multiple: { } - group_items: { } + group_items: + 1: + title: '2022' + operator: between + value: + min: '2022-01-01 00:00:00' + max: '2023-01-01 00:00:00' + value: '' + type: date + 2: + title: '2023' + operator: between + value: + min: '2023-01-01 00:00:00' + max: '2024-01-01 00:00:00' + value: '' + type: date + 3: + title: '2024' + operator: between + value: + min: '2024-01-01 00:00:00' + max: '2025-01-01 00:00:00' + value: '' + type: date combine: id: combine table: views @@ -907,6 +995,7 @@ display: tags: - 'config:field.storage.node.body' - 'config:field.storage.node.field_auteur_s_' + - 'config:field.storage.node.field_date_de_parution' - 'config:field.storage.node.field_edition' - 'config:field.storage.node.field_liens' - 'config:field.storage.node.field_mots_clefs' @@ -1021,6 +1110,7 @@ display: tags: - 'config:field.storage.node.body' - 'config:field.storage.node.field_auteur_s_' + - 'config:field.storage.node.field_date_de_parution' - 'config:field.storage.node.field_edition' - 'config:field.storage.node.field_liens' - 'config:field.storage.node.field_mots_clefs'