diff --git a/drupal/config/sync/views.view.content.yml b/drupal/config/sync/views.view.content.yml index 8156077..6cf1781 100644 --- a/drupal/config/sync/views.view.content.yml +++ b/drupal/config/sync/views.view.content.yml @@ -2,6 +2,8 @@ uuid: f320f9b4-51c4-4a06-8289-0c5b2c1e46c5 langcode: en status: true dependencies: + config: + - field.storage.node.field_session_status module: - node - options @@ -63,11 +65,9 @@ display: type: type name: name status: status + field_session_status: field_session_status changed: changed - edit_node: edit_node - delete_node: delete_node - dropbutton: dropbutton - timestamp: title + operations: operations info: node_bulk_form: align: '' @@ -102,6 +102,13 @@ display: separator: '' empty_column: false responsive: '' + field_session_status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' changed: sortable: true default_sort_order: desc @@ -109,30 +116,7 @@ display: separator: '' empty_column: false responsive: priority-low - edit_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - timestamp: - sortable: false - default_sort_order: asc + operations: align: '' separator: '' empty_column: false @@ -284,6 +268,68 @@ display: plugin_id: field entity_type: node entity_field: status + field_session_status: + id: field_session_status + table: node__field_session_status + field: field_session_status + relationship: none + group_type: group + admin_label: '' + label: 'Session status' + 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: true + 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: list_default + settings: { } + 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 + plugin_id: field changed: id: changed table: node_field_data @@ -614,7 +660,8 @@ display: - 'user.node_grants:view' - user.permissions max-age: 0 - tags: { } + tags: + - 'config:field.storage.node.field_session_status' page_1: display_options: path: admin/content/node @@ -646,4 +693,5 @@ display: - 'user.node_grants:view' - user.permissions max-age: 0 - tags: { } + tags: + - 'config:field.storage.node.field_session_status'