Skip to content

Commit

Permalink
chore: further name changes to move to v3 of group module
Browse files Browse the repository at this point in the history
Refs: RWR-472
  • Loading branch information
lazysoundsystem committed Nov 18, 2024
1 parent 79bb94f commit 0772e5f
Show file tree
Hide file tree
Showing 33 changed files with 129 additions and 129 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_membership
id: group_content.cluster-group_membership.changed
- group.relationship_type.cluster-group_membership
id: group_relationship.cluster-group_membership.changed
field_name: changed
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_membership
label: 'Changed on'
description: 'The time that the group content was last edited.'
description: 'The time that the group relationship was last edited.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_membership
id: group_content.cluster-group_membership.created
- group.relationship_type.cluster-group_membership
id: group_relationship.cluster-group_membership.created
field_name: created
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_membership
label: 'Created on'
description: 'The time that the group content was created.'
description: 'The time that the group relationship was created.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_membership
id: group_content.cluster-group_membership.label
- group.relationship_type.cluster-group_membership
id: group_relationship.cluster-group_membership.label
field_name: label
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_membership
label: Title
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_membership
- group.relationship_type.cluster-group_membership
module:
- path
id: group_content.cluster-group_membership.path
id: group_relationship.cluster-group_membership.path
field_name: path
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_membership
label: 'URL alias'
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_membership
id: group_content.cluster-group_membership.uid
- group.relationship_type.cluster-group_membership
id: group_relationship.cluster-group_membership.uid
field_name: uid
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_membership
label: 'Group content creator'
description: 'The username of the group content creator.'
label: 'Group relationship creator'
description: 'The username of the group relationship creator.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_node-page
id: group_content.cluster-group_node-page.changed
- group.relationship_type.cluster-group_node-page
id: group_relationship.cluster-group_node-page.changed
field_name: changed
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_node-page
label: 'Changed on'
description: 'The time that the group content was last edited.'
description: 'The time that the group relationship was last edited.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_node-page
id: group_content.cluster-group_node-page.created
- group.relationship_type.cluster-group_node-page
id: group_relationship.cluster-group_node-page.created
field_name: created
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_node-page
label: 'Created on'
description: 'The time that the group content was created.'
description: 'The time that the group relationship was created.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_node-page
id: group_content.cluster-group_node-page.label
- group.relationship_type.cluster-group_node-page
id: group_relationship.cluster-group_node-page.label
field_name: label
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_node-page
label: Title
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_node-page
- group.relationship_type.cluster-group_node-page
module:
- path
id: group_content.cluster-group_node-page.path
id: group_relationship.cluster-group_node-page.path
field_name: path
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_node-page
label: 'URL alias'
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.cluster-group_node-page
id: group_content.cluster-group_node-page.uid
- group.relationship_type.cluster-group_node-page
id: group_relationship.cluster-group_node-page.uid
field_name: uid
entity_type: group_content
entity_type: group_relationship
bundle: cluster-group_node-page
label: 'Group content creator'
description: 'The username of the group content creator.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_membership
id: group_content.operation-group_membership.changed
- group.relationship_type.operation-group_membership
id: group_relationship.operation-group_membership.changed
field_name: changed
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_membership
label: 'Changed on'
description: 'The time that the group content was last edited.'
description: 'The time that the group relationship was last edited.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_membership
id: group_content.operation-group_membership.created
- group.relationship_type.operation-group_membership
id: group_relationship.operation-group_membership.created
field_name: created
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_membership
label: 'Created on'
description: 'The time that the group content was created.'
description: 'The time that the group relationship was created.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_membership
id: group_content.operation-group_membership.label
- group.relationship_type.operation-group_membership
id: group_relationship.operation-group_membership.label
field_name: label
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_membership
label: Title
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_membership
- group.relationship_type.operation-group_membership
module:
- path
id: group_content.operation-group_membership.path
id: group_relationship.operation-group_membership.path
field_name: path
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_membership
label: 'URL alias'
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_membership
id: group_content.operation-group_membership.uid
- group.relationship_type.operation-group_membership
id: group_relationship.operation-group_membership.uid
field_name: uid
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_membership
label: 'Group content creator'
description: 'The username of the group content creator.'
label: 'Group relationship creator'
description: 'The username of the group relationship creator.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_node-page
id: group_content.operation-group_node-page.changed
- group.relationship_type.operation-group_node-page
id: group_relationship.operation-group_node-page.changed
field_name: changed
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_node-page
label: 'Changed on'
description: 'The time that the group content was last edited.'
description: 'The time that the group relationship was last edited.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_node-page
id: group_content.operation-group_node-page.created
- group.relationship_type.operation-group_node-page
id: group_relationship.operation-group_node-page.created
field_name: created
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_node-page
label: 'Created on'
description: 'The time that the group content was created.'
description: 'The time that the group relationship was created.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_node-page
id: group_content.operation-group_node-page.label
- group.relationship_type.operation-group_node-page
id: group_relationship.operation-group_node-page.label
field_name: label
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_node-page
label: Title
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_node-page
- group.relationship_type.operation-group_node-page
module:
- path
id: group_content.operation-group_node-page.path
id: group_relationship.operation-group_node-page.path
field_name: path
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_node-page
label: 'URL alias'
description: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-group_node-page
id: group_content.operation-group_node-page.uid
- group.relationship_type.operation-group_node-page
id: group_relationship.operation-group_node-page.uid
field_name: uid
entity_type: group_content
entity_type: group_relationship
bundle: operation-group_node-page
label: 'Group content creator'
description: 'The username of the group content creator.'
label: 'Group relationship creator'
description: 'The username of the group relationship creator.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-subgroup-cluster
id: group_content.operation-subgroup-cluster.changed
- group.relationship_type.operation-subgroup-cluster
id: group_relationship.operation-subgroup-cluster.changed
field_name: changed
entity_type: group_content
entity_type: group_relationship
bundle: operation-subgroup-cluster
label: 'Changed on'
description: 'The time that the group content was last edited.'
description: 'The time that the group relationship was last edited.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-subgroup-cluster
id: group_content.operation-subgroup-cluster.created
- group.relationship_type.operation-subgroup-cluster
id: group_relationship.operation-subgroup-cluster.created
field_name: created
entity_type: group_content
entity_type: group_relationship
bundle: operation-subgroup-cluster
label: 'Created on'
description: 'The time that the group content was created.'
description: 'The time that the group relationship was created.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ langcode: en
status: true
dependencies:
config:
- group.content_type.operation-subgroup-cluster
id: group_content.operation-subgroup-cluster.label
- group.relationship_type.operation-subgroup-cluster
id: group_relationship.operation-subgroup-cluster.label
field_name: label
entity_type: group_content
entity_type: group_relationship
bundle: operation-subgroup-cluster
label: Title
description: ''
Expand Down
Loading

0 comments on commit 0772e5f

Please sign in to comment.