Skip to content

Commit

Permalink
Merge pull request #421 from yalesites-org/YALB-1303--management-filters
Browse files Browse the repository at this point in the history
YALB-1303: Finding content tagged with a specific tag
  • Loading branch information
codechefmarc authored Sep 19, 2023
2 parents 8173c1a + 6459a29 commit 6580203
Show file tree
Hide file tree
Showing 8 changed files with 888 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
_core:
default_config_hash: exRaKE0s6uZbfQrl_2WFEcTlc_1t81xEqCLuCCteUSk
minimum_single: 20
minimum_single: 15
minimum_multiple: 20
disable_search_threshold: 0
minimum_width: 0
max_shown_results: null
use_relative_width: false
jquery_selector: 'select:visible'
search_contains: false
disable_search: false
allow_single_deselect: false
disabled_themes:
claro: '0'
atomic: '0'
gin: '0'
ys_admin_theme: '0'
chosen_include: 2
placeholder_text_multiple: 'Choose some options'
placeholder_text_single: 'Choose an option'
no_results_text: 'No results match'
max_shown_results: null
disabled_themes: { }
chosen_include: 2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- node.type.profile
module:
- allowed_formats
- chosen_field
- field_group
- maxlength
- media_library
Expand Down Expand Up @@ -227,14 +228,10 @@ content:
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
field_tags:
type: entity_reference_autocomplete_tags
type: chosen_select
weight: 7
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
settings: { }
third_party_settings: { }
field_teaser_media:
type: media_library_widget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ uuid: 0b1bf4a4-27a1-4497-8779-67a194cb50fb
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_tags
- taxonomy.vocabulary.tags
module:
- node
- taxonomy
- user
_core:
default_config_hash: vBKWYGGDoAX-tFd1JErB8tZLSxx3lJ0foouVsgpcbB4
Expand Down Expand Up @@ -165,6 +169,69 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
field_tags:
id: field_tags
table: node__field_tags
field: field_tags
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: Tags
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: target_id
type: entity_reference_label
settings:
link: false
group_column: target_id
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
status:
id: status
table: node_field_data
Expand Down Expand Up @@ -536,6 +603,55 @@ display:
default_group: All
default_group_multiple: { }
group_items: { }
field_tags_target_id:
id: field_tags_target_id
table: node__field_tags
field: field_tags_target_id
relationship: none
group_type: group
admin_label: ''
plugin_id: taxonomy_index_tid
operator: or
value: { }
group: 1
exposed: true
expose:
operator_id: field_tags_target_id_op
label: Tags
description: ''
use_operator: false
operator: field_tags_target_id_op
operator_limit_selection: false
operator_list:
and: and
identifier: tags
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
platform_admin: '0'
site_admin: '0'
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: { }
reduce_duplicates: false
vid: tags
type: select
hierarchy: false
limit: true
error_message: true
status:
id: status
table: node_field_data
Expand Down Expand Up @@ -684,7 +800,8 @@ display:
- user
- 'user.node_grants:view'
- user.permissions
tags: { }
tags:
- 'config:field.storage.node.field_tags'
page_1:
id: page_1
display_title: Page
Expand Down Expand Up @@ -719,4 +836,5 @@ display:
- user
- 'user.node_grants:view'
- user.permissions
tags: { }
tags:
- 'config:field.storage.node.field_tags'
Loading

0 comments on commit 6580203

Please sign in to comment.