Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
added new listing files
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Jul 24, 2024
1 parent c9a0005 commit b3e60c1
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ settings:
timelines: timelines
compact_card_collection: compact_card_collection
call_to_action: call_to_action
news_listing: news_listing
data_table: data_table
statistics_grid: statistics_grid
target_bundles_drag_drop:
Expand Down Expand Up @@ -108,9 +107,6 @@ settings:
form_embed_openforms:
enabled: true
weight: 23
news_listing:
enabled: true
weight: -10
navigation_card:
enabled: true
weight: -29
Expand Down
8 changes: 0 additions & 8 deletions config/install/paragraphs.paragraphs_type.news_listing.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions config/optional/paragraphs.paragraphs_type.news_listing.yml

This file was deleted.

1 change: 1 addition & 0 deletions tide_landing_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function tide_landing_page_update_10101() {
function tide_landing_page_update_10102() {
$paragraph_types = [
'latest_events',
'news_listing',
];
foreach ($paragraph_types as $paragraph_type) {
$query = \Drupal::entityQuery('paragraph')
Expand Down

0 comments on commit b3e60c1

Please sign in to comment.