Skip to content

Commit

Permalink
Merge pull request #26 from wri/arg-issue
Browse files Browse the repository at this point in the history
Arg issue
  • Loading branch information
mariacha authored Nov 17, 2021
2 parents 90a34b2 + 71e1e4d commit 26549e2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"drupal/token_filter": "^1.2",
"drupal/twig_tweak": "^2.6",
"drupal/viewfield": "^3.0@beta",
"drupal/views_arg_order_sort": "1.x-dev",
"drupal/views_arg_order_sort": "dev-1.x#5d13cfca5749294d127ebc06348827f775342b37",
"drupal/views_autosubmit": "^1.3",
"drupal/views_bulk_edit": "^2.4",
"drupal/views_bulk_operations": "^3.9",
Expand Down
42 changes: 42 additions & 0 deletions modules/wri_31block/config/install/views.view.3_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,48 @@ display:
entity_type: node
entity_field: type
plugin_id: bundle
langcode:
id: langcode
table: node_field_data
field: langcode
relationship: none
group_type: group
admin_label: ''
operator: in
value:
'***LANGUAGE_language_interface***': '***LANGUAGE_language_interface***'
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
entity_type: node
entity_field: langcode
plugin_id: language
sorts:
weight:
id: weight
Expand Down

0 comments on commit 26549e2

Please sign in to comment.