Skip to content

Commit b146bdf

Browse files
authored
Merge pull request #110 from localgovdrupal/2.x
2.2.0 release
2 parents c5ca8ed + 8d40e58 commit b146bdf

5 files changed

+6
-11
lines changed

composer.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,16 @@
77
"minimum-stability": "dev",
88
"require": {
99
"drupal/entity_hierarchy": "^2.24",
10-
"drupal/layout_paragraphs": "^1.0.0",
1110
"drupal/tablefield": "^2.2",
1211
"drupal/viewsreference": "^2.0",
1312
"localgovdrupal/localgov_core": "^2.1",
14-
"localgovdrupal/localgov_paragraphs": "^2.1"
13+
"localgovdrupal/localgov_paragraphs": "^2.2"
1514
},
1615
"extra": {
1716
"composer-exit-on-patch-failure": true,
1817
"patchLevel": {
1918
"drupal/core": "-p2"
2019
},
21-
"patches": {
22-
"drupal/layout_paragraphs": {
23-
"Fix missing schema for link in view mode: https://www.drupal.org/project/layout_paragraphs/issues/3161998": "https://www.drupal.org/files/issues/2020-07-28/missing_link_config_schema-3161998-2.patch"
24-
}
25-
}
20+
"patches": {}
2621
}
2722
}

config/install/core.entity_view_display.node.localgov_subsites_overview.default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content:
2222
label: hidden
2323
settings:
2424
view_mode: default
25-
link: false
25+
link: ''
2626
third_party_settings: { }
2727
region: content
2828
hidden:

config/install/core.entity_view_display.node.localgov_subsites_overview.search_index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content:
2323
label: hidden
2424
settings:
2525
view_mode: default
26-
link: false
26+
link: ''
2727
third_party_settings: { }
2828
region: content
2929
localgov_subsites_summary:

config/install/core.entity_view_display.node.localgov_subsites_page.default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ content:
2121
label: hidden
2222
settings:
2323
view_mode: default
24-
link: false
24+
link: ''
2525
third_party_settings: { }
2626
type: layout_paragraphs
2727
region: content

config/install/core.entity_view_display.node.localgov_subsites_page.search_index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content:
2323
label: hidden
2424
settings:
2525
view_mode: default
26-
link: false
26+
link: ''
2727
third_party_settings: { }
2828
type: layout_paragraphs
2929
region: content

0 commit comments

Comments
 (0)