Skip to content

Commit cc67399

Browse files
authored
Release 2.1.0
2 parents 412abab + 7120690 commit cc67399

File tree

220 files changed

+11
-7534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+11
-7534
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"drupal/tablefield": "^2.2",
1212
"drupal/viewsreference": "^2.0",
1313
"localgovdrupal/localgov_core": "^2.1",
14-
"localgovdrupal/localgov_paragraphs": "^2.0"
14+
"localgovdrupal/localgov_paragraphs": "^2.1"
1515
},
1616
"extra": {
1717
"composer-exit-on-patch-failure": true,

localgov_subsites.info.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: LocalGov Subsites
2-
description: Provides subsite sections using page builder paragraph types for LocalGovDrupal.
2+
description: Provides subsite sections using page builder paragraph types for LocalGov Drupal.
33
core_version_requirement: ^8.9 || ^9
44
type: module
55
package: LocalGov Drupal
@@ -17,6 +17,6 @@ dependencies:
1717
- field_group:field_group
1818
- paragraphs:paragraphs (>=8.x-1.13)
1919
- layout_paragraphs:layout_paragraphs
20-
- localgov_subsites:localgov_subsites_paragraphs
20+
- localgov_paragraphs:localgov_subsites_paragraphs
2121
- localgov_core:localgov_core
2222
- localgov_topics:localgov_topics

localgov_subsites.install

+8
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@
44
* @file
55
* LocalGov Subsites install file.
66
*/
7+
8+
/**
9+
* Clear caches after moving subsites paragraphs to localgov_paragraphs.
10+
*/
11+
function localgov_subsites_update_9001() {
12+
13+
drupal_flush_all_caches();
14+
}

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_accordion.default.yml

-51
This file was deleted.

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_accordion_pane.default.yml

-40
This file was deleted.

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_banner_primary.default.yml

-58
This file was deleted.

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_banner_secondary.default.yml

-23
This file was deleted.

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_block_view.default.yml

-26
This file was deleted.

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_box_link.default.yml

-42
This file was deleted.

modules/localgov_subsites_paragraphs/config/install/core.entity_form_display.paragraph.localgov_box_links_listing.default.yml

-58
This file was deleted.

0 commit comments

Comments
 (0)