Skip to content

Commit cafff33

Browse files
authored
Merge pull request #868 from USEPA/IN-1267a
Commit block config files
2 parents 4f2a9e7 + 7edb0b8 commit cafff33

File tree

36 files changed

+1088
-3
lines changed

36 files changed

+1088
-3
lines changed

config/sync/block.block.footer.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
uuid: baa3da78-dbb7-48ab-bec5-c1a6f7d6e94b
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- system.menu.footer
7+
module:
8+
- block_in_page_not_found
9+
- system
10+
theme:
11+
- epa_intranet_2
12+
id: footer
13+
theme: epa_intranet_2
14+
region: footer_menu
15+
weight: 0
16+
provider: null
17+
plugin: 'system_menu_block:footer'
18+
settings:
19+
id: 'system_menu_block:footer'
20+
label: Footer
21+
label_display: '0'
22+
provider: system
23+
level: 1
24+
depth: 0
25+
expand_all_items: false
26+
visibility:
27+
page_not_found_request:
28+
id: page_not_found_request
29+
negate: false
30+
page_not_found: false

config/sync/block.block.help.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
uuid: be97da3a-2939-4d84-8c2b-e82544f30be8
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- block_in_page_not_found
7+
- help
8+
theme:
9+
- epa_intranet_2
10+
id: help
11+
theme: epa_intranet_2
12+
region: content
13+
weight: -18
14+
provider: null
15+
plugin: help_block
16+
settings:
17+
id: help_block
18+
label: Help
19+
label_display: '0'
20+
provider: help
21+
visibility:
22+
page_not_found_request:
23+
id: page_not_found_request
24+
negate: false
25+
page_not_found: false
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
uuid: 3aa3790d-da5b-47c5-a872-55c1aff67ede
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- fixed_block_content.fixed_block_content.library_hq_chem_contractor
7+
module:
8+
- block_in_page_not_found
9+
- fixed_block_content
10+
- system
11+
theme:
12+
- epa_intranet_2
13+
id: libraryhqchemcontractor_2
14+
theme: epa_intranet_2
15+
region: content
16+
weight: -9
17+
provider: null
18+
plugin: 'fixed_block_content:library_hq_chem_contractor'
19+
settings:
20+
id: 'fixed_block_content:library_hq_chem_contractor'
21+
label: 'Library HQ-Chem Contractor'
22+
label_display: '0'
23+
provider: fixed_block_content
24+
view_mode: ''
25+
visibility:
26+
request_path:
27+
id: request_path
28+
negate: false
29+
pages: '/library-hq-chemical*'
30+
page_not_found_request:
31+
id: page_not_found_request
32+
negate: false
33+
page_not_found: false
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
uuid: 564e75d2-c5a2-4a7f-b19a-bd634780fbaf
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- fixed_block_content.fixed_block_content.library_rtp_contractor
7+
module:
8+
- block_in_page_not_found
9+
- fixed_block_content
10+
- system
11+
theme:
12+
- epa_intranet_2
13+
id: libraryrtpcontractor_2
14+
theme: epa_intranet_2
15+
region: content
16+
weight: -13
17+
provider: null
18+
plugin: 'fixed_block_content:library_rtp_contractor'
19+
settings:
20+
id: 'fixed_block_content:library_rtp_contractor'
21+
label: 'Library RTP Contractor'
22+
label_display: visible
23+
provider: fixed_block_content
24+
view_mode: ''
25+
visibility:
26+
request_path:
27+
id: request_path
28+
negate: false
29+
pages: '/library-rtp*'
30+
page_not_found_request:
31+
id: page_not_found_request
32+
negate: false
33+
page_not_found: false
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
uuid: 8b98905e-6c04-4024-a883-e57d22e36f64
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- block_in_page_not_found
7+
- system
8+
theme:
9+
- epa_intranet_2
10+
id: mainpagecontent
11+
theme: epa_intranet_2
12+
region: content
13+
weight: -16
14+
provider: null
15+
plugin: system_main_block
16+
settings:
17+
id: system_main_block
18+
label: 'Main page content'
19+
label_display: '0'
20+
provider: system
21+
visibility:
22+
page_not_found_request:
23+
id: page_not_found_request
24+
negate: false
25+
page_not_found: false

config/sync/block.block.pagetitle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
id: pagetitle
1111
theme: epa_intranet_2
1212
region: content
13-
weight: 0
13+
weight: -20
1414
provider: null
1515
plugin: page_title_block
1616
settings:
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
uuid: db04ccd4-d92f-4d8d-9db8-997248259600
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- block_in_page_not_found
7+
theme:
8+
- epa_intranet_2
9+
id: primaryadminactions
10+
theme: epa_intranet_2
11+
region: content
12+
weight: -17
13+
provider: null
14+
plugin: local_actions_block
15+
settings:
16+
id: local_actions_block
17+
label: 'Primary admin actions'
18+
label_display: '0'
19+
provider: core
20+
visibility:
21+
page_not_found_request:
22+
id: page_not_found_request
23+
negate: false
24+
page_not_found: false

config/sync/block.block.secondarymenu_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uuid: 7a27d54a-3d3b-456c-a62e-0973b59f772c
1+
uuid: 3b817dca-fc03-40d2-b896-5411139656c4
22
langcode: en
33
status: true
44
dependencies:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
uuid: 96b021f3-e07c-476f-9a87-a28977ef5726
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- block_in_page_not_found
7+
- system
8+
theme:
9+
- epa_intranet_2
10+
id: sitebranding2
11+
theme: epa_intranet_2
12+
region: header
13+
weight: 0
14+
provider: null
15+
plugin: system_branding_block
16+
settings:
17+
id: system_branding_block
18+
label: 'Site branding'
19+
label_display: '0'
20+
provider: system
21+
use_site_logo: true
22+
use_site_name: false
23+
use_site_slogan: false
24+
visibility:
25+
page_not_found_request:
26+
id: page_not_found_request
27+
negate: false
28+
page_not_found: false

config/sync/block.block.tabs.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
uuid: 10d6b0d0-dc43-4b59-a41e-37178b31d3af
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- block_in_page_not_found
7+
theme:
8+
- epa_intranet_2
9+
id: tabs
10+
theme: epa_intranet_2
11+
region: content
12+
weight: -19
13+
provider: null
14+
plugin: local_tasks_block
15+
settings:
16+
id: local_tasks_block
17+
label: Tabs
18+
label_display: '0'
19+
provider: core
20+
primary: true
21+
secondary: true
22+
visibility:
23+
page_not_found_request:
24+
id: page_not_found_request
25+
negate: false
26+
page_not_found: false
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
uuid: d63935ef-5bf7-4554-afd3-d6938f7d923d
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- views.view.articles
7+
module:
8+
- block_in_page_not_found
9+
- system
10+
- views
11+
theme:
12+
- epa_intranet_2
13+
id: views_block__articles_block_1_2
14+
theme: epa_intranet_2
15+
region: content
16+
weight: 10
17+
provider: null
18+
plugin: 'views_block:articles-block_1'
19+
settings:
20+
id: 'views_block:articles-block_1'
21+
label: ''
22+
label_display: visible
23+
provider: views
24+
context_mapping: { }
25+
views_label: ''
26+
items_per_page: none
27+
visibility:
28+
request_path:
29+
id: request_path
30+
negate: false
31+
pages: '/*/redelegations/temporary'
32+
page_not_found_request:
33+
id: page_not_found_request
34+
negate: false
35+
page_not_found: false
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
uuid: fd0338a0-3db6-4fa3-a590-d73512590f0f
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- views.view.articles
7+
module:
8+
- block_in_page_not_found
9+
- system
10+
- views
11+
theme:
12+
- epa_intranet_2
13+
id: views_block__articles_block_2_2
14+
theme: epa_intranet_2
15+
region: content
16+
weight: -1
17+
provider: null
18+
plugin: 'views_block:articles-block_2'
19+
settings:
20+
id: 'views_block:articles-block_2'
21+
label: ''
22+
label_display: visible
23+
provider: views
24+
context_mapping: { }
25+
views_label: ''
26+
items_per_page: none
27+
visibility:
28+
request_path:
29+
id: request_path
30+
negate: false
31+
pages: '/*/redelegations/rescinded'
32+
page_not_found_request:
33+
id: page_not_found_request
34+
negate: false
35+
page_not_found: false
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
uuid: 5ca5f3f5-bbf4-4c91-beab-c8cef56be84e
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- views.view.articles
7+
module:
8+
- block_in_page_not_found
9+
- system
10+
- views
11+
theme:
12+
- epa_intranet_2
13+
id: views_block__articles_group_articles_block_2
14+
theme: epa_intranet_2
15+
region: content
16+
weight: -14
17+
provider: null
18+
plugin: 'views_block:articles-group_articles_block'
19+
settings:
20+
id: 'views_block:articles-group_articles_block'
21+
label: ''
22+
label_display: visible
23+
provider: views
24+
context_mapping: { }
25+
views_label: ''
26+
items_per_page: none
27+
visibility:
28+
request_path:
29+
id: request_path
30+
negate: false
31+
pages: /yet-another/cui-interdico
32+
page_not_found_request:
33+
id: page_not_found_request
34+
negate: false
35+
page_not_found: false
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
uuid: 17804ce7-8f9f-46d8-914a-fa6c515f9b3a
2+
langcode: en
3+
status: true
4+
dependencies:
5+
config:
6+
- views.view.articles
7+
module:
8+
- block_in_page_not_found
9+
- system
10+
- views
11+
theme:
12+
- epa_intranet_2
13+
id: views_block__articles_group_redelegations_block_2
14+
theme: epa_intranet_2
15+
region: content
16+
weight: 5
17+
provider: null
18+
plugin: 'views_block:articles-group_redelegations_block'
19+
settings:
20+
id: 'views_block:articles-group_redelegations_block'
21+
label: ''
22+
label_display: visible
23+
provider: views
24+
context_mapping: { }
25+
views_label: ''
26+
items_per_page: none
27+
visibility:
28+
request_path:
29+
id: request_path
30+
negate: false
31+
pages: '/*/redelegations'
32+
page_not_found_request:
33+
id: page_not_found_request
34+
negate: false
35+
page_not_found: false

0 commit comments

Comments
 (0)