Skip to content

Commit

Permalink
chore: group v3 - custom cleanup
Browse files Browse the repository at this point in the history
Refs: OPS-11043
  • Loading branch information
lazysoundsystem committed Jan 2, 2025
1 parent 29d21ba commit cb8c950
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ content:
flagging:
view_mode: default
link: false
group_content:
group_relationship:
view_mode: default
link: false
media:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ content:
group:
view_mode: default
link: false
group_content:
group_relationship:
view_mode: default
link: false
hero:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ settings:
file:
handler: 'default:file'
handler_settings: { }
group_content:
handler: 'default:group_content'
group_relationship:
handler: 'default:group_relationship'
handler_settings: { }
media:
handler: 'default:media'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ settings:
group:
handler: 'default:group'
handler_settings: { }
group_content:
handler: 'default:group_content'
group_relationship:
handler: 'default:group_relationship'
handler_settings: { }
hero:
handler: 'default:hero'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ settings:
file:
handler: 'default:file'
handler_settings: { }
group_content:
handler: 'default:group_content'
group_relationship:
handler: 'default:group_relationship'
handler_settings: { }
media:
handler: 'default:media'
Expand Down
2 changes: 1 addition & 1 deletion config/linkit.linkit_profile.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ matchers:
limit: 20
weight: 0
86c33064-df3a-44d7-b931-3479ea10b411:
id: 'entity:group_content'
id: 'entity:group_relationship'
uuid: 86c33064-df3a-44d7-b931-3479ea10b411
settings:
metadata: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ dependencies:
- group
_core:
default_config_hash: rk2G0ozgUlKP7ic1RRjMcXUmeZxXUKPV-q-brekIKMc
id: group_content
id: group_relationship
label: 'Group content'
type: 'canonical_entities:group_content'
pattern: 'group/[group_content:group:title]/[group_content:pretty-path-key]/[group_content:id]'
type: 'canonical_entities:group_relationship'
pattern: 'group/[group_relationship:group:title]/[group_relationship:pretty-path-key]/[group_relationship:id]'
selection_criteria: { }
selection_logic: and
weight: -8
relationships:
'group_content:langcode:language':
'group_relationship:langcode:language':
label: Language
2 changes: 1 addition & 1 deletion config/views.view.group_content_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- serialization
- user
- views_data_export
id: group_relationship_export
id: group_content_export
label: 'Group Content Export'
module: views
description: ''
Expand Down

0 comments on commit cb8c950

Please sign in to comment.