Skip to content

Commit 06db7ef

Browse files
authored
Merge pull request #237 from localgovdrupal/fix/2.x/236-unique-layout-template-name
Fix: Layout template names
2 parents 69152fe + cd0555a commit 06db7ef

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

modules/localgov_paragraphs_layout/layouts/fourcol/fourcol_25_25_25_25/layout--fourcol-25-25-25-25.html.twig renamed to modules/localgov_paragraphs_layout/layouts/fourcol/fourcol_25_25_25_25/layout--localgov-fourcol-25-25-25-25.html.twig

File renamed without changes.

modules/localgov_paragraphs_layout/layouts/onecol/layout--onecol.html.twig renamed to modules/localgov_paragraphs_layout/layouts/onecol/layout--localgov-onecol.html.twig

File renamed without changes.

modules/localgov_paragraphs_layout/layouts/threecol_33_34_33/layout--threecol-33-34-33.html.twig renamed to modules/localgov_paragraphs_layout/layouts/threecol_33_34_33/layout--localgov-threecol-33-34-33.html.twig

File renamed without changes.

modules/localgov_paragraphs_layout/layouts/twocol/layout--twocol.html.twig renamed to modules/localgov_paragraphs_layout/layouts/twocol/layout--localgov-twocol.html.twig

File renamed without changes.

modules/localgov_paragraphs_layout/localgov_paragraphs_layout.layouts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
localgov_layout_onecol:
22
label: 'One column (simple)'
33
path: layouts/onecol
4-
template: layout--onecol
4+
template: layout--localgov-onecol
55
library: localgov_paragraphs_layout/onecol
66
category: 'LocalGov Drupal'
77
default_region: content
@@ -14,7 +14,7 @@ localgov_layout_onecol:
1414
localgov_layout_twocol:
1515
label: 'Two column (simple)'
1616
path: layouts/twocol
17-
template: layout--twocol
17+
template: layout--localgov-twocol
1818
library: localgov_paragraphs_layout/twocol
1919
category: 'LocalGov Drupal'
2020
default_region: first
@@ -29,7 +29,7 @@ localgov_layout_twocol:
2929
localgov_layout_threecol_33_34_33:
3030
label: 'Three column 33/34/33 (simple)'
3131
path: layouts/threecol_33_34_33
32-
template: layout--threecol-33-34-33
32+
template: layout--localgov-threecol-33-34-33
3333
library: localgov_paragraphs_layout/threecol_33_34_33
3434
category: 'LocalGov Drupal'
3535
default_region: first
@@ -46,7 +46,7 @@ localgov_layout_threecol_33_34_33:
4646
localgov_layout_fourcol_25_25_25_25:
4747
label: 'Four column 25/25/25/25 (simple)'
4848
path: layouts/fourcol/fourcol_25_25_25_25
49-
template: layout--fourcol-25-25-25-25
49+
template: layout--localgov-fourcol-25-25-25-25
5050
library: localgov_paragraphs_layout/fourcol_25_25_25_25
5151
category: 'LocalGov Drupal'
5252
default_region: first

0 commit comments

Comments
 (0)