Skip to content

Commit

Permalink
Made sure to exclude the GO paragraphs on FB-cms content types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Jan 22, 2025
1 parent 9f9d9bd commit 80dd192
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/sync/field.field.node.article.field_paragraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- paragraphs.paragraphs_type.go_linkbox
- paragraphs.paragraphs_type.go_video
- paragraphs.paragraphs_type.go_video_bundle_automatic
- paragraphs.paragraphs_type.go_video_bundle_manual
- paragraphs.paragraphs_type.opening_hours
module:
- entity_reference_revisions
Expand All @@ -33,6 +34,7 @@ settings:
go_linkbox: go_linkbox
go_video: go_video
go_video_bundle_automatic: go_video_bundle_automatic
go_video_bundle_manual: go_video_bundle_manual
negate: 1
target_bundles_drag_drop:
accordion:
Expand Down Expand Up @@ -77,6 +79,9 @@ settings:
go_video_bundle_automatic:
weight: 46
enabled: true
go_video_bundle_manual:
weight: 48
enabled: true
hero:
weight: 29
enabled: false
Expand Down
44 changes: 44 additions & 0 deletions config/sync/field.field.node.page.field_paragraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ dependencies:
- node.type.page
- paragraphs.paragraphs_type.campaign_rule
- paragraphs.paragraphs_type.event_ticket_category
- paragraphs.paragraphs_type.go_linkbox
- paragraphs.paragraphs_type.go_video
- paragraphs.paragraphs_type.go_video_bundle_automatic
- paragraphs.paragraphs_type.go_video_bundle_manual
- paragraphs.paragraphs_type.opening_hours
module:
- entity_reference_revisions
Expand All @@ -27,11 +31,21 @@ settings:
campaign_rule: campaign_rule
event_ticket_category: event_ticket_category
opening_hours: opening_hours
go_linkbox: go_linkbox
go_video: go_video
go_video_bundle_automatic: go_video_bundle_automatic
go_video_bundle_manual: go_video_bundle_manual
negate: 1
target_bundles_drag_drop:
accordion:
weight: 22
enabled: false
banner:
weight: 35
enabled: false
breadcrumb_children:
weight: 36
enabled: false
campaign_rule:
weight: 2
enabled: true
Expand All @@ -44,12 +58,30 @@ settings:
content_slider:
weight: 14
enabled: false
content_slider_automatic:
weight: 41
enabled: false
event_ticket_category:
weight: 7
enabled: true
files:
weight: 16
enabled: false
filtered_event_list:
weight: 44
enabled: false
go_linkbox:
weight: 45
enabled: true
go_video:
weight: 46
enabled: true
go_video_bundle_automatic:
weight: 47
enabled: true
go_video_bundle_manual:
weight: 48
enabled: true
hero:
weight: 29
enabled: false
Expand All @@ -59,6 +91,9 @@ settings:
links:
weight: 8
enabled: false
manual_event_list:
weight: 52
enabled: false
material_grid_automatic:
weight: 32
enabled: false
Expand All @@ -80,16 +115,25 @@ settings:
recommendation:
weight: 38
enabled: false
simple_links:
weight: 60
enabled: false
text_body:
weight: 4
enabled: false
user_registration_item:
weight: 40
enabled: false
user_registration_linklist:
weight: 63
enabled: false
user_registration_section:
weight: 41
enabled: false
video:
weight: 20
enabled: false
webform:
weight: 66
enabled: false
field_type: entity_reference_revisions

0 comments on commit 80dd192

Please sign in to comment.